Skip to content

✏️ Change Cargojacke to Softsheljacke #16

✏️ Change Cargojacke to Softsheljacke

✏️ Change Cargojacke to Softsheljacke #16

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- run: npm test