Skip to content

Creation of Global Markdown Formatting and Linting GitHub Actions #5

Creation of Global Markdown Formatting and Linting GitHub Actions

Creation of Global Markdown Formatting and Linting GitHub Actions #5

Workflow file for this run

name: "PR Workflow"
on:
pull_request:
workflow_dispatch:
jobs:
run-format-check:
uses: ./.github/workflows/format-check.yml
permissions:
pull-requests: write
contents: read
run-linting-check:
uses: ./.github/workflows/linting-check.yml
permissions:
pull-requests: write