ansible-mgit: expose v2_15 and v2_16 #141
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: Check flake (run tests) | |
on: | |
push: | |
jobs: | |
check: | |
strategy: | |
max-parallel: 1 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
ref: 'master' | |
- uses: cachix/install-nix-action@v22 | |
with: | |
# explicitly enable sandbox | |
extra_nix_config: sandbox = true | |
- run: nix flake check |