Skip to content

Commit

Permalink
ci: fix devlopment shell
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Sep 5, 2024
1 parent 029777a commit 360a4cb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
diagnostic-endpoint: ""

- name: Run stylua
run: |
nix develop
stylua -c .
run: nix run nixpkgs#stylua -- -c .

selene:
runs-on: ubuntu-latest
Expand All @@ -62,6 +60,4 @@ jobs:
diagnostic-endpoint: ""

- name: Run selene
run: |
nix develop
selene
run: nix run nixpkgs#selene

0 comments on commit 360a4cb

Please sign in to comment.