Skip to content

Commit 20cd2c9

Browse files
committed
using: composite
1 parent 2fc88c0 commit 20cd2c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

actions/ruff/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ description: >
1919
2020
inputs:
2121
python-version:
22-
description: The pythin version to use
22+
description: The python version to use
2323
required: true
2424

2525
runs:
26+
using: composite
27+
steps:
2628
- run: |
2729
if [ ${{ matrix.python-version}} = "3.10"]: then
2830
ruff check --target-version py310

0 commit comments

Comments
 (0)