Skip to content

build: Update to latest profile template #196

build: Update to latest profile template

build: Update to latest profile template #196

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
- run: npx standard docs/_static/show-shower.js