From 54ae32498d7acbeafee706bb16fc180f6aa4f9e1 Mon Sep 17 00:00:00 2001 From: Yi-Ting Shih Date: Sat, 26 Apr 2025 11:24:09 +0800 Subject: [PATCH] Feat: add linter --- .gitea/workflows/lint.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/lint.yaml 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: .