Skip to content

update guidance linked_standards and add link to OC4IDS identifiers g… #2979

update guidance linked_standards and add link to OC4IDS identifiers g…

update guidance linked_standards and add link to OC4IDS identifiers g… #2979

Workflow file for this run

name: Lint JavaScript
on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install standard eslint-plugin-import@2.26.0
- run: npx standard docs/_static/script.js