nyxexprs/.github/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 11: cannot unmarshal !!str `github....` into model.Job line 12: cannot unmarshal !!str `ubuntu-...` into model.Job

28 lines
528 B
YAML

name: Build
on:
workflow_dispatch:
workflow_call:
secrets:
CACHIX_AUTH_TOKEN:
required: false
jobs:
if: github.repository == 'notashelf/nyxexprs'
runs-on: ubuntu-latest
build:
strategy:
matrix:
package:
- alejandra-custom
- ani-cli
- cloneit
- foot-transparent
- headscale-ui
- mastodon-bird-ui
uses: ./.github/workflows/nix.yml
with:
command: nix build -L .#${{ matrix.package }} -v
secrets: inherit