Skip to content

Merge pull request #57 from cirrahn/bugfix/filename-casing #67

Merge pull request #57 from cirrahn/bugfix/filename-casing

Merge pull request #57 from cirrahn/bugfix/filename-casing #67

Workflow file for this run

name: Release Creation
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: actions/setup-node@v3
name: Setup Node
with:
node-version: latest
- name: Run Tests
run: |
npm ci
npm test