featurer/.gitea/workflows/on-push.yaml
Stanislav N. aka pztrn b5e26b4686
Some checks failed
Linting and tests / LintAndTest (push) Failing after 33s
Gitea-related things.
2024-10-12 14:17:51 +05:00

11 lines
164 B
YAML

---
name: "Linting and tests"
run-name: "Linting and tests"
on:
- push
jobs:
LintAndTest:
uses: ./.gitea/workflows/lint-and-test.yaml
secrets: inherit