Skip to content

21 feat remove drawings #12

21 feat remove drawings

21 feat remove drawings #12

Workflow file for this run

name: Node Continuous Integration
on:
pull_request:
branches: [ main ]
jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run build