Skip to content

docs: update CHANGELOG.md #74

docs: update CHANGELOG.md

docs: update CHANGELOG.md #74

Workflow file for this run

name: Check
on:
push:
branches:
- master
pull_request:
defaults:
run:
working-directory: ./code
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run lint