We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84668c1 commit 68c83a2Copy full SHA for 68c83a2
1 file changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
build-env:
14
- name: Build Environment
+ name: Run CI
15
runs-on: ubuntu-latest
16
steps:
17
- run: echo "------ Building environment ... ------"
@@ -47,12 +47,7 @@ jobs:
47
pip install .
48
49
- run: echo "------ Environment builded ! ------"
50
-
51
52
- formater:
53
- name: Code Formatting Check
54
- runs-on: ubuntu-latest
55
- steps:
+
56
- run: echo "------ passing formaters ... ------"
57
58
- name: Checkout repository
@@ -69,11 +64,6 @@ jobs:
69
64
70
65
- run: echo "------ formaters done ! ------"
71
66
72
- pylint_analysis:
73
- name: Pylint code analysis
74
75
- needs: build-env
76
77
67
- run: echo "------ Starting Pylint Analysis ... ------"
78
68
79
0 commit comments