diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34fa441..6f2b910 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,7 @@ jobs: docker-lint: runs-on: ubuntu-latest steps: - - name: lint dockerfile - run: echo hello + - name: Getting the codebase + uses: actions/checkout@v4 + with: + ref: dev