synf-core/.gitea/workflows/main-build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 2: mapping values are not allowed in this context

10 lines
179 B
YAML

name: main-build
run-name: actor: ${{ gitea.actor }}
on: [push]
jobs:
main-compile:
runs-on: ubuntue-latest
steps:
- run: echo "Workflow is running"