From b73ac5e3e478ec6a441fa54a94f9bbc75a895055 Mon Sep 17 00:00:00 2001 From: wangziqi Date: Sat, 8 Aug 2026 15:06:03 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=96=B0=E5=A2=9E=20aislop=20=E8=B4=A8?= =?UTF-8?q?=E9=87=8F=E9=97=A8=E7=A6=81=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/aislop.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/aislop.yml diff --git a/.github/workflows/aislop.yml b/.github/workflows/aislop.yml new file mode 100644 index 0000000..555d1f0 --- /dev/null +++ b/.github/workflows/aislop.yml @@ -0,0 +1,15 @@ +name: aislop + +on: + push: + branches: [main] + pull_request: + +jobs: + quality-gate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: scanaislop/aislop@v1 + with: + version: latest