Преглед изворни кода

Add a GitHub action for linting

YouTwitFace пре 5 година
родитељ
комит
c63f572a57
1 измењених фајлова са 10 додато и 0 уклоњено
  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