fix: signal_for must indicate when the action was not emitted #211
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
name: "CI" | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
checks: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
# Run only on Intel mac, because garnix doesn't support it yet | |
# https://github.com/garnix-io/issues/issues/16 | |
os: [macos-latest] | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: DeterminateSystems/nix-installer-action@main | |
- uses: DeterminateSystems/magic-nix-cache-action@main | |
- uses: yaxitech/nix-install-pkgs-action@v3 | |
with: | |
packages: "nixpkgs#nixci" | |
- run: nixci |