Skip to content

Commit

Permalink
workflows: Add no-op check
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Oct 21, 2024
1 parent 004a085 commit 0c09446
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/no-op.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Module No-Op
on:
pull_request:
push:
jobs:
eval:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4

- name: Verify module is a No-Op
run: nix-instantiate ./support/nix-tests/check-no-ops.nix

0 comments on commit 0c09446

Please sign in to comment.