diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index fabee728..b359889e 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -15,4 +15,6 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: yegor256/cam@${{ github.ref }} \ No newline at end of file + - run: | + docker build . -t cam + docker run --rm cam make install env lint test