Skip to content

fix(deps): update dependency virtua to ^0.40.0 #3802

fix(deps): update dependency virtua to ^0.40.0

fix(deps): update dependency virtua to ^0.40.0 #3802

Workflow file for this run

name: Lint Commit Messages
on:
pull_request:
jobs:
commitlint:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
if: ${{ github.actor != 'renovate[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
# See https://github.com/wagoid/commitlint-github-action/issues/560
- name: Remove tsconfig
run: rm tsconfig.json
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
with:
configFile: commitlint.config.ts