This commit is contained in:
12
.gitea/workflows/lint.yaml
Normal file
12
.gitea/workflows/lint.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
name: Lint with yamllint
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: imgbuilder
|
||||||
|
steps:
|
||||||
|
- name: Run yamllint
|
||||||
|
uses: https://gitea.konchin.com/action/yamllint@main
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
Reference in New Issue
Block a user