diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c239de33e..17cdfebd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Lint - uses: nix develop --command xc lint + run: nix develop --command xc lint ensure-generated: runs-on: ubuntu-latest @@ -57,7 +57,7 @@ jobs: github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Generate - uses: nix develop --command xc generate + run: nix develop --command xc generate - name: Ensure clean run: git diff --exit-code