15 lines
261 B
YAML
15 lines
261 B
YAML
name: Lint
|
|
run-name: ${{ gitea.actor }} produce linting
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'dev'
|
|
|
|
jobs:
|
|
Lint:
|
|
runs-on: [squizstaging]
|
|
uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/lint.yml@v1.1.2
|
|
with:
|
|
runner: squizstaging
|