Files
Quatsh-Website/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 13: mapping values are not allowed in this context
2026-03-06 16:56:14 +01:00

24 lines
305 B
YAML

name: Gitea build & run.
run-name: ${{ gitea.actor }}
on:
push:
branches:
- main
pull_request:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and run tests
run: docker compose up
run:
name: run