Skip to content

schema/: merge Project and Location extensions #2982

schema/: merge Project and Location extensions

schema/: merge Project and Location extensions #2982

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