Skip to content

Commit 12a517a

Browse files
committed
Run ruff on changes
1 parent 2173ce6 commit 12a517a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: run-tests
2+
name: Tests
33
on: [push, pull_request, workflow_dispatch]
44
jobs:
55
build:
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v2
14+
- name: Run ruff
15+
uses: astral-sh/ruff-action@v3
1416
- name: Set up Python ${{ matrix.python-version }}
1517
uses: actions/setup-python@v2
1618
with:

0 commit comments

Comments
 (0)