Skip to content

Lint UI - 9105770163 - @GavinFrazar #60482

Lint UI - 9105770163 - @GavinFrazar

Lint UI - 9105770163 - @GavinFrazar #60482

Workflow file for this run

# This workflow is required to ensure that required Github check passes even if
# the actual "Lint UI" workflow skipped due to path filtering. Otherwise
# it will stay forever pending.
#
# See "Handling skipped but required checks" for more info:
#
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
#
# Note both workflows must have the same name.
name: Lint UI
run-name: Lint UI - ${{ github.run_id }} - @${{ github.actor }}
on:
pull_request:
paths-ignore:
- 'web/**'
- 'gen/proto/js/**'
- 'package.json'
- 'yarn.lock'
- 'tsconfig.json'
- 'tsconfig.node.json'
merge_group:
paths-ignore:
- 'web/**'
- 'gen/proto/js/**'
- 'package.json'
- 'yarn.lock'
- 'tsconfig.json'
- 'tsconfig.node.json'
jobs:
lint:
name: Prettier, ESLint, & TSC
runs-on: ubuntu-latest
permissions:
contents: none
steps:
- run: 'echo "No changes to verify"'