Skip to content

[🎨] Style Checker: dependabot/npm_and_yarn/nx/linter-17.2.8 #126

[🎨] Style Checker: dependabot/npm_and_yarn/nx/linter-17.2.8

[🎨] Style Checker: dependabot/npm_and_yarn/nx/linter-17.2.8 #126

Workflow file for this run

name: '[🎨] Style Checker'
run-name: '[🎨] Style Checker: ${{ github.head_ref }}'
on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: nrwl/nx-set-shas@v3
- run: npm ci
- name: Lint
run: npx nx run-many --target lint