aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/new.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/new.yml')
-rw-r--r--.github/workflows/new.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/new.yml b/.github/workflows/new.yml
new file mode 100644
index 0000000..5895610
--- /dev/null
+++ b/.github/workflows/new.yml
@@ -0,0 +1,20 @@
+name: New App Lint
+
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-node@v1
+ - run: npm install
+ working-directory: modern
+ - run: npm run lint
+ working-directory: modern