Skip to content

release-schema: Project and Location changes in line with style guide #2981

release-schema: Project and Location changes in line with style guide

release-schema: Project and Location changes in line with style guide #2981

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