Skip to content

Commit 9d77efb

Browse files
committed
Fix no dependency file error
1 parent 72acf54 commit 9d77efb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/code-checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ on:
88
branches: [main]
99

1010
jobs:
11-
pre-commit:
11+
code-checks:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v4
1616
with:
1717
python-version: "3.11"
18-
cache: 'pip'
1918
- uses: pre-commit/[email protected]
2019
- uses: pre-commit-ci/[email protected]
2120
if: always()

0 commit comments

Comments
 (0)