| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| name: build-and-test | |
| on: [push] | |
| jobs: | |
| lint-and-test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: actions/setup-node@v4 | |
| with: | |
| node-version: 20.x | |
| - uses: actions/setup-python@v2 | |
| with: | |
| python-version: 3.8.12 | |
| env: | |
| PYTHON_VERSION: 3.8.12 | |
| - run: yarn install | |
| - run: yarn npm:prepublish | |
| - run: yarn lint | |
| - run: yarn vsc-compile:client | |
| - run: yarn vsc-compile:server | |
| - run: yarn test:server | |
| - run: yarn test:parser | |
| - run: yarn test:sqlint |
| Back | FazBrowse Home | New Git URL |