salt-bootstrap/.github/workflows/templates/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 13: could not find expected ':'
2022-05-19 14:58:16 +02:00

13 lines
206 B
YAML

# DO NOT EDIT THIS FILE DIRECTLY!
#
# This file was generated by .github/workflows/templates/generate.py
#
# yamllint disable rule:line-length rule:empty-lines
---
name: {name}
'on': [{on}]
jobs:
{jobs}