Skip to content

Commit 9f94f8b

Browse files
committed
setup github ci
1 parent 6ca5532 commit 9f94f8b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: CI bot etu UTT
2+
3+
4+
on:
5+
pull_request:
6+
branches:
7+
- main
8+
9+
10+
jobs:
11+
pre-commit:
12+
name: Launch pre-commits checks
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-python@v5
17+
with:
18+
python-version-file: ".python-version"
19+
- uses: pre-commit/action@v3.0.1
20+
with:
21+
extra_args: --all-files

0 commit comments

Comments
 (0)