X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Flint.yml;h=3d7a77e6945905f7fdf530dc1bfff6c761a06f75;hb=3497da01c70a699484836f4d122a8cbaf670c44d;hp=879fe8c5d86eeff6ed4c93067140962b5e265fa0;hpb=a0fd7630389363e3d73e1974c1f842a1fe5742bb;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 879fe8c5..3d7a77e6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,18 +1,15 @@ name: Lint CI on: - push: - branches-ignore: - - master + # push: + # branches: + # - master pull_request: branches: - master jobs: lint: - env: - CI: true - runs-on: ubuntu-latest strategy: