Skip to content

fix: coverage bandges #156

fix: coverage bandges

fix: coverage bandges #156

Workflow file for this run

name: ⚙️ Lint
on:
pull_request:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Node.js and Cache
uses: ./.github/actions/nodejs
- run: |
npm run prettier -- --check
npm run typecheck
npm run lint
concurrency:
group: lint-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true