From ffde72f693d5368405bd9f88de1fc2fcb04d2092 Mon Sep 17 00:00:00 2001 From: Seth Date: Tue, 26 Mar 2024 16:31:36 +0800 Subject: [PATCH] ci: update workflows --- .github/workflows/linters.yml | 4 +--- .github/workflows/pull_requests.yml | 12 ------------ 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 79d3e85..4d2af37 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -20,6 +20,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Install Commit Lint Dependencies - run: npm install @commitlint/config-conventional - - uses: JulienKode/pull-request-name-linter-action@v0.5.0 + - uses: wagoid/commitlint-github-action@v5 diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 2ab8115..e0cfde1 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -16,18 +16,6 @@ jobs: name: Linters uses: ./.github/workflows/linters.yml - eslint-review: - name: ESLint Review - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - steps: - - uses: actions/checkout@v3 - - uses: reviewdog/action-eslint@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - release-check: name: Release Check uses: ./.github/workflows/publish.yml