Files
UT-Registration-Plus/.github/workflows/release.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 9: cannot unmarshal !!str `${{ git...` into model.RawConcurrency
2025-10-13 13:48:00 -05:00

19 lines
352 B
YAML

name: Release
on:
pull_request:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
nix-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check