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