Quellcode durchsuchen

Add a GitHub action for linting

YouTwitFace vor 5 Jahren
Ursprung
Commit
c63f572a57
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 10 0
      .github/workflows/lint.yml

+ 10 - 0
.github/workflows/lint.yml

@@ -0,0 +1,10 @@
+name: Lint
+on: [push, pull_request]
+jobs:
+    lint:
+        runs-on: ubuntu-latest
+        steps:
+            - uses: actions/checkout@v2
+            - uses: Adzz/yarn_command_action@v1.0.0
+              with:
+                  command: lint