Skip to content

New: Add deps-check and deps-gen commands (fixes #75) (#76) #17

New: Add deps-check and deps-gen commands (fixes #75) (#76)

New: Add deps-check and deps-gen commands (fixes #75) (#76) #17

Workflow file for this run

name: Standard.js format check
on:
push:
jobs:
standardjs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm i standard
- run: npx standard