Skip to content

Commit a561fe5

Browse files
committed
ci: Run dependencies check in CI
1 parent 22946cb commit a561fe5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ jobs:
9797
image: ${{ github.repository }}:${{ env.GITHUB_SHA_SHORT }}
9898
run: mage fmt:lint
9999

100+
- uses: addnab/docker-run-action@v2
101+
# Run an image built by a previous step.
102+
# https://github.com/addnab/docker-run-action
103+
# https://github.com/marketplace/actions/docker-run-action
104+
name: Run dependencies check
105+
with:
106+
image: ${{ github.repository }}:${{ env.GITHUB_SHA_SHORT }}
107+
run: mage deps:check
108+
100109
test:
101110
name: test
102111
needs: [build, check]

0 commit comments

Comments
 (0)