Skip to content

chore(deps-dev): bump @graphql-codegen/typescript from 4.1.1 to 4.1.2 #1436

chore(deps-dev): bump @graphql-codegen/typescript from 4.1.1 to 4.1.2

chore(deps-dev): bump @graphql-codegen/typescript from 4.1.1 to 4.1.2 #1436

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
# important to have trailing / on the branch name or it could match other branches that contain solely the word dependabot
if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false)
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5