From f44822d8e0ab5b0f25ec3e4077f4db15f2e31e54 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 11:08:54 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitea/workflows/diff-lint.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/diff-lint.yml diff --git a/.gitea/workflows/diff-lint.yml b/.gitea/workflows/diff-lint.yml new file mode 100644 index 0000000..fb5a855 --- /dev/null +++ b/.gitea/workflows/diff-lint.yml @@ -0,0 +1,17 @@ +name: Diff Lint + +on: + pull_request: + types: [opened, synchronize, reopened] + +jobs: + diff-lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Diff Lint + uses: ushis/accumulator@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }}