Skip to content

Update workflow trigger #1

Update workflow trigger

Update workflow trigger #1

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 ci
- run: npx standard