Skip to content

Add .gitignore and remove node_modules from git #29

Add .gitignore and remove node_modules from git

Add .gitignore and remove node_modules from git #29

Workflow file for this run

name: Standard.js formatting check
on: push
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npx standard