Skip to content

Commit

Permalink
adopt-ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw authored Jan 16, 2024
1 parent a9aa7f1 commit 472e027
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/adopt-ruff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Adopt Ruff
on: push

jobs:
adopt-ruff:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4

- name: Set up python
id: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.x

- name: Install ruff
run: pip install ruff

- name: Run the adopt-ruff action
uses: ScDor/adopt-ruff@master

0 comments on commit 472e027

Please sign in to comment.