Skip to content

reformatting

reformatting #22

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [main]
env:
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
jobs:
quality_checks:
uses: .github/workflows/quality-checks.yml

Check failure on line 12 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
pr_title_format_check:
uses: ./.github/workflows/pr_title_check.yml