Skip to content

Prefix and suffix getters and setters for uri #60

Prefix and suffix getters and setters for uri

Prefix and suffix getters and setters for uri #60

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: '20.11.0'
- run: npm ci --no-audit
- run: npm run setkey ea120e1a3d4cf134c082808b0c2dae5bc2921da97c903e850ac0d3a0c83d9e55
- run: npm test