Skip to content

feat!: [BITSDN-3201] dogfood shared-workflows #60

feat!: [BITSDN-3201] dogfood shared-workflows

feat!: [BITSDN-3201] dogfood shared-workflows #60

Workflow file for this run

---
name: 'checks'
'on':
pull_request:
branches:
- 'main'
jobs:
markdownlint:
uses: ./.github/workflows/markdownlint.yaml
conventional-commit:
uses: ./.github/workflows/conventional-commit.yaml
pre-commit:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout repo'
uses: 'actions/checkout@v4'
- name: 'Run pre-commit'
uses: 'pre-commit/[email protected]'
with:
extra_args: '--from-ref ${{ github.base_ref }} --to-ref ${{ github.head_ref }}'