Skip to content

Commit

Permalink
chore: fix error in CI pipeline YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Nov 2, 2023
1 parent 79dcc11 commit e2dff51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit e2dff51

Please sign in to comment.