Skip to content

fix: dynamic import behaving incorrectly in test #5

fix: dynamic import behaving incorrectly in test

fix: dynamic import behaving incorrectly in test #5

Workflow file for this run

name: Commitlint
on:
[push, pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: pnpm
- run: pnpm install --frozen-lockfile
- uses: wagoid/commitlint-github-action@v5
with:
configFile: .commitlintrc