Skip to content

feat: add yield table for tree type Laerche #84

feat: add yield table for tree type Laerche

feat: add yield table for tree type Laerche #84

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
name: Lint Commit Messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: 'echo "export default {extends: [\"@commitlint/config-angular\"]};" > commitlint.config.mjs'
- uses: wagoid/commitlint-github-action@v6