Skip to content

feat: Add outputs for type, scope and subject #365

feat: Add outputs for type, scope and subject

feat: Add outputs for type, scope and subject #365

name: "Lint PR title preview (current branch)"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install
- run: yarn build
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}