customer/.gitea/workflows/lint.yml
skeris cc3423d5aa
Some checks failed
Lint / Lint (push) Failing after 54s
ci: add linter and build and deploy workflows
2024-11-18 16:07:17 +03:00

15 lines
257 B
YAML

name: Lint
run-name: ${{ gitea.actor }} produce linting
on:
push:
branches:
- 'dev'
jobs:
Lint:
runs-on: [hubstaging]
uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/lint.yml@v1.1.0
with:
runner: hubstaging