Skip to content

Commit bce7116

Browse files
authored
Remove redundant pre-commit job (#7285)
1 parent 84d15c8 commit bce7116

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/pre-commit.yml renamed to .github/workflows/mypy.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
1-
name: pre-commit
1+
name: mypy
22

33
on:
44
pull_request:
55
push:
66
branches: [main]
77

88
jobs:
9-
pre-commit:
10-
runs-on: ubuntu-latest
11-
env:
12-
SKIP: no-commit-to-branch
13-
steps:
14-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
15-
- uses: actions/setup-python@v5
16-
with:
17-
python-version: "3.10" # Run pre-commit on oldest supported Python version
18-
- uses: pre-commit/[email protected]
199
mypy:
2010
runs-on: ubuntu-latest
2111
defaults:

0 commit comments

Comments
 (0)