We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a32e0 commit fa96268Copy full SHA for fa96268
.github/workflows/editorconfig-check.yml
@@ -0,0 +1,14 @@
1
+name: editorconfig-check
2
+
3
+on: [push]
4
5
+jobs:
6
+ unit-tests:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - uses: actions/setup-node@v2
11
+ with:
12
+ node-version: '14'
13
+ - run: npm ci
14
+ - run: npm run editorconfig:check
.github/workflows/unit-tests.yml
+name: unit-tests
+ - run: npm run test:unit
0 commit comments