Skip to content

Workflows: overhaul #263

Workflows: overhaul

Workflows: overhaul #263

Workflow file for this run

name: Checks
on: [push, pull_request, workflow_dispatch]
jobs:
builds:
strategy:
matrix:
command:
- nix flake check --accept-flake-config
- nix run nixpkgs#alejandra -- -c . -e ./npins
- nix build -L .#faf-client
- nix build -L .#faf-client-unstable
- nix build -L .#proton-ge
- nix build -L .#wine-ge
- nix build -L .#wine-osu
- nix build -L .#wine-tkg
uses: fufexan/nix-gaming/.github/workflows/nix.yml@master

Check failure on line 19 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check.yml

Invalid workflow file

error parsing called workflow ".github/workflows/check.yml" -> "fufexan/nix-gaming/.github/workflows/nix.yml@master" : failed to fetch workflow: workflow was not found.
with:
command: ${{ matrix.command }}
secrets:
cachix: ${{ secrets.CACHIX_AUTH_TOKEN }}
github: ${{ secrets.GITHUB_TOKEN }}