add IL region for mndy-code #402
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
| on: pull_request | |
| name: Pull Request | |
| jobs: | |
| test: | |
| name: Run validations | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: Use Node.js | |
| uses: actions/setup-node@v3 | |
| with: | |
| node-version: "18.12.x" | |
| - run: yarn install | |
| - run: yarn build | |
| - run: yarn test | |
| - run: yarn lint |