Skip to content

Update CHANGELOG.md #408

Update CHANGELOG.md

Update CHANGELOG.md #408

Workflow file for this run

name: Check code format
on:
push:
branches:
- "*"
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm run prettier:check