Skip to content

Reorder steps in lint workflow to generate templates before linting #14

Reorder steps in lint workflow to generate templates before linting

Reorder steps in lint workflow to generate templates before linting #14

Workflow file for this run

name: Pull Request
on:
workflow_dispatch: {}
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build:
uses: ./.github/workflows/build.yaml