X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Flint.yml;h=5773a679da2471706cab73841be0a95387b1d681;hb=4e60c62f5c6218c73e650c33fa63708c8a516582;hp=d488e5fedfa1214a20d23383c9c593cb34a2f1cb;hpb=d8fb4c44b4bdad2cde8da32c0095b7405e9c506c;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d488e5fe..5773a679 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,12 +1,15 @@ name: Lint CI -on: [pull_request, push] +on: + # push: + # branches: + # - master + pull_request: + branches: + - master jobs: lint: - env: - CI: true - runs-on: ubuntu-latest strategy: @@ -16,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