Skip to content

Commit

Permalink
fix workflow.. again
Browse files Browse the repository at this point in the history
  • Loading branch information
nyadiia committed Apr 10, 2024
1 parent a04fd57 commit 17c9ef0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/flake-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
checks:
steps:
- uses: actions/checkout@v3
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@main
on:
push:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@main

0 comments on commit 17c9ef0

Please sign in to comment.