mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-04 16:02:08 +00:00
ci: please work
Some checks are pending
Some checks are pending
This commit is contained in:
parent
37b784a476
commit
1f6dabf8ec
4 changed files with 17 additions and 4 deletions
7
.github/workflows/check.yml
vendored
7
.github/workflows/check.yml
vendored
|
@ -1,7 +1,11 @@
|
|||
name: Checks
|
||||
name: Run Checks
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
check:
|
||||
strategy:
|
||||
|
@ -9,7 +13,6 @@ jobs:
|
|||
command:
|
||||
- NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure
|
||||
- nix run .#alejandra-custom -- -c . -e ./npins
|
||||
|
||||
uses: ./.github/workflows/nix.yml
|
||||
with:
|
||||
command: ${{ matrix.command }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue