diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml new file mode 100644 index 0000000..d4f41f2 --- /dev/null +++ b/.gitea/workflows/lint.yaml @@ -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: .