featurer/.gitea/workflows/on-push.yaml

11 lines
164 B
YAML
Raw Normal View History

2024-10-12 14:17:51 +05:00
---
name: "Linting and tests"
run-name: "Linting and tests"
on:
- push
jobs:
LintAndTest:
uses: ./.gitea/workflows/lint-and-test.yaml
secrets: inherit