Skip to content

Commit

Permalink
update workflows?
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Nov 18, 2023
1 parent 7402979 commit 169f3e6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 66 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v17
- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.10.0pre20220629_b7eb4ac/install
extra_nix_config: |
experimental-features = ca-derivations nix-command flakes
- run: nix flake check
- run: nix flake check
6 changes: 3 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v17
- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.10.0pre20220629_b7eb4ac/install
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix run nixpkgs#alejandra -- --check ./
- run: nix run nixpkgs#nixpkgs-fmt -- --check ./
6 changes: 3 additions & 3 deletions .github/workflows/statix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v17
- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.10.0pre20220629_b7eb4ac/install
extra_nix_config: |
experimental-features = ca-references ca-derivations nix-command flakes
- run: nix run nixpkgs#statix -- check ./
- run: nix run nixpkgs#statix -- check ./
49 changes: 0 additions & 49 deletions .github/workflows/update.yml

This file was deleted.

0 comments on commit 169f3e6

Please sign in to comment.