Skip to content

fix(provider-microsoft): cast contentId on polymorphic attachment $select (fixes #59) #53

fix(provider-microsoft): cast contentId on polymorphic attachment $select (fixes #59)

fix(provider-microsoft): cast contentId on polymorphic attachment $select (fixes #59) #53

Workflow file for this run

name: Commit Lint
on:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
commitlint:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate commit messages
uses: wagoid/commitlint-github-action@v6
with:
configFile: commitlint.config.cjs