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 06b5ff2 commit f1154d5Copy full SHA for f1154d5
2 files changed
.github/workflows/ci.yaml
@@ -25,6 +25,17 @@ jobs:
25
uses: actions/setup-node@v2
26
with:
27
node-version: ${{ matrix.node-version }}
28
+ - run: apt-get install lua5.2 golang ruby ghc
29
- run: npm ci
- - run: npm run build --if-present
30
- - run: npm test
+ - run: npm run lint
31
+ - run: npm run test
32
+ - run: bin/buildAll.sh
33
+ - run: npm i typescript@4.1.3 -g
34
+ - run: bin/checkJs.sh
35
+ - run: bin/checkTs.sh
36
+ - run: bin/checkLua.sh
37
+ - run: bin/checkGo.sh
38
+ - run: bin/checkRuby.sh
39
+ - run: bin/checkBash.sh
40
+ - run: bin/checkHaskell.sh
41
+ - run: bin/checkPython.sh
.travis.yml
0 commit comments