Skip to content

Commit

Permalink
ci: update release workflow to include linting and testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lwpk110 committed Nov 29, 2024
1 parent f434751 commit e795b4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
name: Release Image
if: ${{ github.repository_owner == 'zncdatadev' }}
runs-on: ubuntu-latest
needs:
- markdown-lint
- golang-lint
- golang-test
- chainsaw-test
steps:
- name: Clone the code
uses: actions/checkout@v4
Expand Down

0 comments on commit e795b4e

Please sign in to comment.