ods/.forgejo/workflows/main.yaml
Julien Dessaux fd0f5c33c1
Some checks failed
/ fmt (push) Failing after 19s
/ tests (push) Failing after 4s
chore(tooling): test forgejo actions
2025-03-12 23:57:00 +01:00

20 lines
374 B
YAML

---
on:
push:
workflow_dispatch:
jobs:
fmt:
runs-on: 'self-hosted'
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/setup-go@v5'
- run: |
make tidy no-dirty
tests:
runs-on: 'self-hosted'
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/setup-go@v5'
- run: |
make check tidy no-dirty