Skip to content

ci: enable PR workflows #7

ci: enable PR workflows

ci: enable PR workflows #7

name: CI (PR)
on:
pull_request:
branches: [master]
jobs:
pr_title_check:
name: PR title check
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
checks:
name: Checks
uses: ./.github/workflows/_checks.yml
test:
name: Tests
uses: ./.github/workflows/_tests.yml
secrets: inherit