Skip to content

ci(github): test Lix install action #218

ci(github): test Lix install action

ci(github): test Lix install action #218

Workflow file for this run

name: "PR title"
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
branches:
- trunk
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: thehanimo/pr-title-checker@v1.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: ".github/pr-title-checker-config.json"