Skip to content

remove checking for ids endsWith + #43

remove checking for ids endsWith +

remove checking for ids endsWith + #43

Workflow file for this run

---
name: Node.js CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci
- run: npm test