Skip to content

test: implement unit tests #12

test: implement unit tests

test: implement unit tests #12

Workflow file for this run

name: conventional-pr
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
permissions:
contents: read
pull-requests: read
statuses: write
jobs:
lint-pr:
runs-on: ubuntu-latest
timeout-minutes: 15
if: ${{ !startsWith(github.event.head_commit.message, '[Release]') }}
steps:
- uses: actions/checkout@v6
- uses: amannn/action-semantic-pull-request@v6
with:
requireScope: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}