Skip to content

Commit f1bd1b5

Browse files
committed
Merge pre-commit workflow into main
1 parent 055c422 commit f1bd1b5

File tree

2 files changed

+13
-22
lines changed

2 files changed

+13
-22
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ on:
77
pull_request:
88

99
jobs:
10+
pre-commit:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v6
14+
with:
15+
fetch-depth: 0
16+
17+
- uses: actions/setup-python@v6
18+
with:
19+
python-version: "3.10"
20+
21+
- uses: pre-commit/[email protected]
22+
1023
tests:
1124
name: Python ${{ matrix.python-version }}
1225
runs-on: ubuntu-24.04

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)