run on all systems #151
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
| name: CI | ||
| on: | ||
| pull_request: | ||
| workflow_dispatch: | ||
| push: | ||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| DeterminateCI: | ||
| uses: DeterminateSystems/dataheld/.github/workflows/workflow.yml@pass-thru-failearly | ||
|
Check failure on line 11 in .github/workflows/ci.yml
|
||
| permissions: | ||
| id-token: "write" | ||
| contents: "read" | ||
| with: | ||
| visibility: public | ||
| flake-checker: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - name: Check Nix flake Nixpkgs inputs | ||
| uses: DeterminateSystems/flake-checker-action@v9 | ||