This commit is contained in:
SengokuCola
2025-04-20 02:23:03 +08:00
2 changed files with 10 additions and 1 deletions

9
.github/workflows/ruff-pr.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
name: Ruff
on: [ pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3

View File

@@ -1,5 +1,5 @@
name: Ruff
on: [ push, pull_request ]
on: [ push ]
permissions:
contents: write