Skip to content

Add initial document #5475

Add initial document

Add initial document #5475

name: javascript / format
on:
push:
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Use Node.js LTS (16.x)
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
with:
node-version: '16'
- name: Install project development dependencies
run: npm i
- name: 'Verify formatting of all files'
run: ./bin/check-formatting.sh