Skip to content

disallow other paths from being imported #9

disallow other paths from being imported

disallow other paths from being imported #9

name: Build and test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm ci
- run: npm run fmt:check --workspaces
- run: npm run build:all
- run: npm run test --workspaces