Skip to content

Merge pull request #1 from oss-institute/oss-institute-devs-patch-1 #3

Merge pull request #1 from oss-institute/oss-institute-devs-patch-1

Merge pull request #1 from oss-institute/oss-institute-devs-patch-1 #3

Workflow file for this run

name: PR lint & test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run build
npm run test
npm run lint