Skip to content

Revert "Fix attribute typos in Rings (#158)" #32

Revert "Fix attribute typos in Rings (#158)"

Revert "Fix attribute typos in Rings (#158)" #32

Workflow file for this run

name: Run required test
on:
push:
branches-ignore:
- 'docs'
pull_request:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run lint
- run: npm run typecheck
- run: npm run test