Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1a34cb9

Browse files
committedApr 22, 2025·
...
1 parent dbceeb4 commit 1a34cb9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎.github/workflows/code-quality.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: Python Code Quality
22
on: [push]
33
jobs:
4-
lock_file:
5-
runs-on: ubuntu-latest
6-
steps:
7-
- uses: actions/checkout@v4
8-
- uses: .github/actions/setup
9-
- run: uv lock --locked
10-
4+
115
linting:
126
runs-on: ubuntu-latest
137
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.