Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain committed Jul 29, 2024
1 parent ab06aa9 commit 33a5a29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
# enable modules that needed by Istio Dual Stack
- run: make lint

Expand All @@ -21,13 +22,15 @@ jobs:
runs-on: ubuntu-latest
needs: lint
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: make test

build:
name: build
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: make build

docker:
Expand All @@ -37,4 +40,5 @@ jobs:
env:
HUB: ghcr.io/istio-ecosystem
steps:
- run: make docker
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: make docker

0 comments on commit 33a5a29

Please sign in to comment.