X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Flint.yml;h=5773a679da2471706cab73841be0a95387b1d681;hb=c168e7ade3388c9cea07d6cf4759bf0e7a1407a3;hp=d664a1f3fa9bedc06eb5533325ff686463869690;hpb=bfc53a26aa2ad6cb1fe87ef311dea6ad39ab7f34;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d664a1f3..5773a679 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,9 +1,9 @@ name: Lint CI on: - push: - branches: - - master + # push: + # branches: + # - master pull_request: branches: - master @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: npm install