Skip to content

Fix the CHANGELOG as 1.0.1 was the initial release (pre-automation), and the package.json did not reflect this (but the automation updated it) #17

Fix the CHANGELOG as 1.0.1 was the initial release (pre-automation), and the package.json did not reflect this (but the automation updated it)

Fix the CHANGELOG as 1.0.1 was the initial release (pre-automation), and the package.json did not reflect this (but the automation updated it) #17

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request: {}
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
steps:
- uses: wyvox/action@v1
- run: pnpm lint
test:
name: "Tests"
runs-on: ubuntu-latest
steps:
- uses: wyvox/action@v1
- run: pnpm test