Skip to content

Commit

Permalink
build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 6, 2024
1 parent 7a6def6 commit 35f586a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: yegor256/cam@${{ github.ref }}
- run: |
docker build . -t cam
docker run --rm cam make install env lint test

0 comments on commit 35f586a

Please sign in to comment.