Release 1.0.2-3
[e-mobility-charging-stations-simulator.git] / .github / workflows / lint.yml
index 879fe8c5d86eeff6ed4c93067140962b5e265fa0..5773a679da2471706cab73841be0a95387b1d681 100644 (file)
@@ -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