Workflow config file is invalid. Please check your config file: yaml: line 4: found character that cannot start any token

14 lines
157 B
YAML

name: Check config
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-22.04
container:
image: nix-builder