Skip to content

Commit

Permalink
v.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dscv101 committed Nov 6, 2024
1 parent 797cd82 commit 69d16b7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/magic.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Magic
name: CI

on:
push:
Expand All @@ -8,12 +8,10 @@ jobs:
check:
runs-on: ubuntu-22.04
permissions:
id-token: "write"
contents: "read"
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix build`
run: nix build .
- run: nix flake check

0 comments on commit 69d16b7

Please sign in to comment.