We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1ae2c commit f239be3Copy full SHA for f239be3
1 file changed
.github/workflows/test.yml
@@ -0,0 +1,9 @@
1
+name: test
2
+on: [push, pull_request]
3
+jobs:
4
+ test:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v2
8
+ - run: yarn
9
+ - run: yarn test
0 commit comments