Skip to content

Dashboard json updates #269

Dashboard json updates

Dashboard json updates #269

Workflow file for this run

name: "commitlint"
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
pull-requests: read
jobs:
commitlint:
runs-on: lab
steps:
- name: Checkout repository
uses: "actions/checkout@v4"
with:
fetch-depth: 0
persist-credentials: "false"
- name: Block Merge Commits
if: ${{ always() }}
uses: Morishiri/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}