Add ws optional dependencies.
[e-mobility-charging-stations-simulator.git] / .github / workflows / lint.yml
index f935d91cd90dcb3ddcb786179145c1150b60b983..3d7a77e6945905f7fdf530dc1bfff6c761a06f75 100644 (file)
@@ -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: