Skip to content

Commit 7b8f6b9

Browse files
committed
Combine the CI and precommit workflows.
1 parent ff95ee4 commit 7b8f6b9

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ on:
1010
- cron: '21 3 * * *'
1111

1212
jobs:
13+
pre-commit:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v2
17+
- uses: actions/setup-python@v2
18+
- uses: pre-commit/[email protected]
19+
1320
ci:
1421
runs-on: ${{ matrix.os }}
1522
strategy:

.github/workflows/pre-commit.yml

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

0 commit comments

Comments
 (0)