Only use builtins in contacts check, use mkShellNoCC
in devShell, use nixfmt-rfc-style
#4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check points of contact for users | |
on: | |
push: | |
paths: | |
- 'users.nix' | |
pull_request_target: | |
paths: | |
- 'users.nix' | |
workflow_dispatch: | |
jobs: | |
check: | |
name: Run check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Install Nix | |
uses: cachix/install-nix-action@v26 | |
- name: Evaluate checks | |
run: | | |
nix eval --show-trace --file checks/check-contacts.nix |