Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcusramberg/78a5c6f7faab3faa46c65758067b71cd to your computer and use it in GitHub Desktop.
Save marcusramberg/78a5c6f7faab3faa46c65758067b71cd to your computer and use it in GitHub Desktop.
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