Skip to content

feat(parse): strip query string from file path in parse #16

feat(parse): strip query string from file path in parse

feat(parse): strip query string from file path in parse #16

Workflow file for this run

name: CI
on: push
env:
CI: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Test
run: npm test