Skip to content

Burn tokens IMPL#0x216e3Cd1770d86dc64a3FF774bef5cE800e6B488 #38

Burn tokens IMPL#0x216e3Cd1770d86dc64a3FF774bef5cE800e6B488

Burn tokens IMPL#0x216e3Cd1770d86dc64a3FF774bef5cE800e6B488 #38

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
defaults:
run:
shell: 'script -q -e -c "bash {0}"' # add support for colors in output. see: https://github.com/actions/runner/issues/241
jobs:
test:
name: Test Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci --no-audit --no-fund
- run: npm run build
- run: npm test