Skip to content

"Remove command suggestions feature" #10

"Remove command suggestions feature"

"Remove command suggestions feature" #10

name: Validate code quality
on: [pull_request, workflow_dispatch]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20.17.0"
cache: "yarn"
- run: corepack enable
- run: yarn
- run: yarn format
- run: yarn lint