Skip to content

Commit 7578eda

Browse files
committed
👷 fix and merge CI tasks
1 parent f268420 commit 7578eda

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: BasedPyright checks
1+
name: Lints and Checks
22
on: [push, pull_request]
33

44
jobs:
@@ -12,3 +12,14 @@ jobs:
1212

1313
- name: Run BasedPyright
1414
run: pdm run basedpyright
15+
16+
prek:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v6
20+
21+
- name: Setup Python Environment
22+
uses: ./.github/actions/setup-python
23+
24+
- name: Run Prek
25+
uses: j178/prek-action@v1

.github/workflows/prek.yml

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

0 commit comments

Comments
 (0)