winetricks-git: init at rev72b934e1e10c041ec6986f5f2fb4f143d8f6b941 (… #715
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: Checks | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
check: | |
strategy: | |
matrix: | |
command: | |
- NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure | |
- nix run nixpkgs#alejandra -- -c . -e ./npins | |
uses: ./.github/workflows/nix.yml | |
with: | |
command: ${{ matrix.command }} | |
build: | |
needs: check | |
uses: ./.github/workflows/build.yml | |
secrets: inherit |