Bump minimatch from 3.0.4 to 3.1.5 #15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: actions/setup-node@v1 | |
| - run: yarn | |
| - run: yarn lix travix interp | |
| - run: yarn lix travix neko | |
| - run: yarn lix travix python | |
| - run: yarn lix travix node | |
| - run: yarn lix travix java | |
| # - run: yarn lix travix cpp | |
| # - run: yarn lix travix cs |