Skip to content

chore(prettierignore): add index.js (#3) #4

chore(prettierignore): add index.js (#3)

chore(prettierignore): add index.js (#3) #4

Workflow file for this run

name: Commit Lint
on:
pull_request:
push:
jobs:
commit-lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Lint
uses: wagoid/commitlint-github-action@v5