Skip to content

Commit 4005cd7

Browse files
committed
Add formatting check to CI
stack-info: PR: #69, branch: ZolotukhinM/stack/1
1 parent 52a6e8c commit 4005cd7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: chartboost/ruff-action@v1
8+
- uses: chartboost/ruff-action@v1
9+
- uses: chartboost/ruff-action@v1
10+
with:
11+
args: 'format --check'

0 commit comments

Comments
 (0)