WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Normative: Errored modules have an empty [[CycleRoot]] #3220

Normative: Errored modules have an empty [[CycleRoot]]

Normative: Errored modules have an empty [[CycleRoot]] #3220

Workflow file for this run

name: 'enforce format'
on: [pull_request]
jobs:
build:
name: 'enforce format'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@7f214d8efdbdcefc96ad9689663ef387a195deec
name: 'nvm install lts/* && npm ci --no-audit'
env:
NPM_CONFIG_AUDIT: false
with:
node-version: lts/*
use-npm-ci: true
- run: 'if ! npx emu-format --check spec.html; then echo "You need to run \`npm run format\`"; exit 1; fi'