Skip to content

Commit

Permalink
chore: 更新 GitHub Workflows 并添加 Prettier 和 ESLint 检查
Browse files Browse the repository at this point in the history
  • Loading branch information
st1020 committed Mar 23, 2024
1 parent 873cc25 commit 746e464
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
paths:
- '!**.py'
paths-ignore:
- '**.py'
pull_request:
paths:
- '!**.py'
paths-ignore:
- '**.py'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 746e464

Please sign in to comment.