Files
Quatsh-Website/.gitea/workflows/test.yaml
2026-04-30 17:42:06 +02:00

17 lines
281 B
YAML

---
name: Gitea Test.
run-name: ${{ gitea.actor }}
on:
push:
branches: [main, pre-prod]
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint
run: make lint
- name: test
run: make test