Skip to content

Create lint-job.yml #42

Create lint-job.yml

Create lint-job.yml #42

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
permissions:
checks: write
contents: write
jobs:
run-linter-job:
uses: ./.github/workflows/lint-job.yml
with:
branch_name: ${{ github.head_ref }}