Skip to content

feat: changelog

feat: changelog #35

Workflow file for this run

name: DEV pipeline
on:
push:
branches-ignore:
- main
jobs:
check:
name: Source revision
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.13.1'
- run: npm ci
- run: npm run format:check
- run: npm run lint:check
- run: npm run build