Skip to content

ci(actions): Bump actions/setup-dotnet from 5 to 6 #211

ci(actions): Bump actions/setup-dotnet from 5 to 6

ci(actions): Bump actions/setup-dotnet from 5 to 6 #211

Workflow file for this run

name: Commitlint
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
timeout-minutes: 1
if: github.actor != 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Commitlint
uses: wagoid/commitlint-github-action@v6