Skip to content

roblox-player: af653eb90d574aa0 -> 37cf60402a5648b4 #836

roblox-player: af653eb90d574aa0 -> 37cf60402a5648b4

roblox-player: af653eb90d574aa0 -> 37cf60402a5648b4 #836

Workflow file for this run

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