Skip to content

10323: Preserving initial tab in order #13742

10323: Preserving initial tab in order

10323: Preserving initial tab in order #13742

Workflow file for this run

name: Node.js CI - Lint
on:
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.14.0'
- name: Collect Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v2
with:
comment_on_pr: false
- name: Install Node Dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Shellcheck
run: ./run-shellcheck.sh