Skip to content

v2.x.x - Next major version preparation branch #318

v2.x.x - Next major version preparation branch

v2.x.x - Next major version preparation branch #318

Workflow file for this run

name: Lint and Format
on:
pull_request:
branches:
- main
- v2.x.x
paths-ignore:
- '**.md'
- 'website/**'
- '.github/**'
- '.vscode/**'
- 'packages/**/.vscode/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build
- name: Check linting
uses: ./.github/actions/call-rush
with:
command: 'lint:check -v'