feat: initial release #1

Merged
t.behrendt merged 14 commits from initial-commit into main 2025-10-03 17:49:12 +02:00
Showing only changes of commit eff4f8b648 - Show all commits

View File

@@ -4,28 +4,11 @@ on:
pull_request: pull_request:
jobs: jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
- run: npm ci
- name: Format code
run: npm run format
- name: Typecheck
run: npm run typecheck
- name: Run test
run: npm run test
dry-run: dry-run:
name: Dry-Run name: Dry-Run
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- run: npm ci
- name: Validate JSON, using a valid file - name: Validate JSON, using a valid file
uses: ./ uses: ./
with: with: