Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev
This commit is contained in:
9
.github/workflows/ruff-pr.yml
vendored
Normal file
9
.github/workflows/ruff-pr.yml
vendored
Normal 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
|
||||
|
||||
2
.github/workflows/ruff.yml
vendored
2
.github/workflows/ruff.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Ruff
|
||||
on: [ push, pull_request ]
|
||||
on: [ push ]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user