Skip to content

Update dependency type-fest to v4.35.0 - autoclosed #69

Update dependency type-fest to v4.35.0 - autoclosed

Update dependency type-fest to v4.35.0 - autoclosed #69

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- synchronize
- reopened
paths-ignore:
- '.gitignore'
- 'README.md'
- 'public/**'
- 'resources/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: biomejs/setup-biome@c016c38f26f2c4a6eb3662679143614a254263fd # v2.3.0
with:
version: ${{ env.BIOME_VERSION }}
env:
BIOME_VERSION: 1.9.4
- run: biome ci
lint:
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: .nvmrc
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-
- run: npm ci
- run: npm run lint
- run: npm run lint:md