Skip to content

ci: add thingy91x to github actions workflow #5

ci: add thingy91x to github actions workflow

ci: add thingy91x to github actions workflow #5

Workflow file for this run

name: Lint Commit Messages
on: pull_request
jobs:
commitlint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Linting commit messages
uses: wagoid/commitlint-github-action@v5