Skip to content

Commit 68c83a2

Browse files
Running all in 1 job
1 parent 84668c1 commit 68c83a2

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build-env:
14-
name: Build Environment
14+
name: Run CI
1515
runs-on: ubuntu-latest
1616
steps:
1717
- run: echo "------ Building environment ... ------"
@@ -47,12 +47,7 @@ jobs:
4747
pip install .
4848
4949
- run: echo "------ Environment builded ! ------"
50-
51-
52-
formater:
53-
name: Code Formatting Check
54-
runs-on: ubuntu-latest
55-
steps:
50+
5651
- run: echo "------ passing formaters ... ------"
5752

5853
- name: Checkout repository
@@ -69,11 +64,6 @@ jobs:
6964
7065
- run: echo "------ formaters done ! ------"
7166

72-
pylint_analysis:
73-
name: Pylint code analysis
74-
runs-on: ubuntu-latest
75-
needs: build-env
76-
steps:
7767
- run: echo "------ Starting Pylint Analysis ... ------"
7868

7969
- name: Checkout repository

0 commit comments

Comments
 (0)