Skip to content

Remove references to the forum #367

Remove references to the forum

Remove references to the forum #367

Workflow file for this run

name: ci
on: [push, pull_request]
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm test
- run: npm run test:test262