Skip to content

Add NonExposed parameter decorator #234

Add NonExposed parameter decorator

Add NonExposed parameter decorator #234

Workflow file for this run

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