Skip to content

Merge pull request #142 from bs-community/fix/willReadFrequently #272

Merge pull request #142 from bs-community/fix/willReadFrequently

Merge pull request #142 from bs-community/fix/willReadFrequently #272

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- run: npm test