Skip to content

Now using nixos-unstable nixpkgs in templates #18

Now using nixos-unstable nixpkgs in templates

Now using nixos-unstable nixpkgs in templates #18

Workflow file for this run

name: Build Starter Template
on:
push:
branches:
- main
paths:
- 'templates/starter/**'
pull_request:
branches:
- main
paths:
- 'templates/starter/**'
jobs:
lint:
uses: ./.github/workflows/lint.yml

Check failure on line 17 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "./.github/workflows/lint.yml" (source branch with sha:324bc2bc82c9875d15910a066d2b6f7e32fb6b3e) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
template: 'starter'
arch: 'x86_64-linux'
build-starter-template:
needs: lint
uses: ./.github/workflows/build-template.yml
with:
template: 'starter'
arch: 'x86_64-linux'