Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into elm-review-offline
Browse files Browse the repository at this point in the history
  • Loading branch information
r-k-b committed Sep 14, 2024
2 parents 836245e + fabea0a commit 83118c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- uses: cachix/install-nix-action@V28
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Keep the Flake up-to-date and healthy
uses: DeterminateSystems/flake-checker-action@v8
uses: DeterminateSystems/flake-checker-action@v9
with:
fail-mode: true
- run: nix flake check
Expand Down
2 changes: 1 addition & 1 deletion review/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jfmengels/elm-review-the-elm-architecture": "1.0.3",
"jfmengels/elm-review-unused": "1.2.3",
"r-k-b/no-long-import-lines": "1.0.4",
"stil4m/elm-syntax": "7.3.4",
"stil4m/elm-syntax": "7.3.6",
"truqu/elm-review-nobooleancase": "1.0.1"
},
"indirect": {
Expand Down

0 comments on commit 83118c7

Please sign in to comment.