db-deployer/.forgejo/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: line 9: mapping values are not allowed in this context
2024-09-30 17:39:58 +02:00

12 lines
167 B
YAML

on:
push:
branches:
- 'main'
jobs:
build:
runs-on: docker
- uses: actions/checkout@v4
- name: Test
run: |
echo "test"