X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Flint.yml;h=5773a679da2471706cab73841be0a95387b1d681;hb=c168e7ade3388c9cea07d6cf4759bf0e7a1407a3;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..5773a679 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: @@ -22,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