Skip to content

build(deps): bump ts-loader from 9.5.1 to 9.5.2 #2819

build(deps): bump ts-loader from 9.5.1 to 9.5.2

build(deps): bump ts-loader from 9.5.1 to 9.5.2 #2819

Workflow file for this run

name: Git
on: pull_request
jobs:
commitlint:
name: Conventional Commits
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: wagoid/commitlint-github-action@v6.1.2
with:
configFile: .commitlintrc.json