CI: clean up workflows

This commit is contained in:
NotAShelf 2023-07-24 08:19:27 +03:00
parent caef26936a
commit e9e6ed82b0
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
2 changed files with 8 additions and 8 deletions

View File

@ -11,15 +11,15 @@ on:
- .gitignore
jobs:
cahix:
cachix:
runs-on: ubuntu-latest
strategy:
matrix:
package:
- default
- nix
- tidal
- maximal
- default
- nix
- tidal
- maximal
steps:
- uses: easimon/maximize-build-space@v6
with:
@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
auto-optimise-store = true
experimental-features = nix-command flakes

View File

@ -20,10 +20,11 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix flake check
format-with-alejandra:
name: Formatting via Alejandra
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
@ -32,4 +33,3 @@ jobs:
auto-optimise-store = true
experimental-features = nix-command flakes
- run: nix run nixpkgs#alejandra -- -c .