Skip to content

Commit

Permalink
v.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dscv101 committed Nov 6, 2024
1 parent 66c7449 commit 797cd82
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/magic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Magic

on:
push:
pull_request:

jobs:
check:
runs-on: ubuntu-22.04
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- 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 .
15 changes: 0 additions & 15 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 797cd82

Please sign in to comment.