Skip to content

Merge branch 'update/polar-326_refactor-readme-files' of https://gith… #1611

Merge branch 'update/polar-326_refactor-readme-files' of https://gith…

Merge branch 'update/polar-326_refactor-readme-files' of https://gith… #1611

Workflow file for this run

name: Run linter and tests
on: push
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
registry-url: https://registry.npmjs.org/
- run: |
npm ci
npm run lint:ci
npm run test