Skip to content

proton-ge: 8.14 -> 8.15 #334

proton-ge: 8.14 -> 8.15

proton-ge: 8.14 -> 8.15 #334

Workflow file for this run

name: Checks
on: [push, pull_request, workflow_dispatch]
jobs:
check:
strategy:
matrix:
command:
- nix flake check --accept-flake-config
- 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