Created
May 27, 2025 19:06
-
-
Save marcusramberg/78a5c6f7faab3faa46c65758067b71cd to your computer and use it in GitHub Desktop.
This file contains hidden or 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: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
permissions: | |
id-token: read | |
contents: write | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: https://github.com/DeterminateSystems/determinate-nix-action@main | |
- run: nix flake check -L |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment