Skip to content

Commit c64475a

Browse files
committed
Added debug ruff version
1 parent ad92693 commit c64475a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
ruff-linting:
6060
runs-on: ubuntu-latest
6161
steps:
62+
- name: Print ruff version
63+
run: ruff --version
6264
- uses: actions/checkout@v4
6365
- uses: chartboost/ruff-action@v1
6466
with:

0 commit comments

Comments
 (0)