Skip to content

Commit

Permalink
ci: Just use nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 16, 2023
1 parent 9ac9b8d commit e0142f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: [push]

name: Flake Check

jobs:
check:
name: Flake Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
17 changes: 0 additions & 17 deletions .github/workflows/deadnix.yml

This file was deleted.

0 comments on commit e0142f0

Please sign in to comment.