backout of commit 614d3f3525fc9d57720471b794d4d09484d4f501 #674
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
on: | |
pull_request: | |
push: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
check-flake: | |
permissions: | |
id-token: "write" | |
contents: "read" | |
name: Check Nix Flake Inputs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check Nix flake inputs | |
uses: DeterminateSystems/flake-checker-action@main |