Skip to content

fix: don't include filename in path when calling readdir with withFileTypes: true #379

fix: don't include filename in path when calling readdir with withFileTypes: true

fix: don't include filename in path when calling readdir with withFileTypes: true #379

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
with:
configFile: './package.json'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}