Skip to content

Fixed changelog

Fixed changelog #1254

Workflow file for this run

name: StandardJS
on: push
jobs:
standardjs:
name: StandardJS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm install
- run: npm exec standard