Skip to content

feat: linting

feat: linting #10

name: "Semantic Pull Requests"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
jobs:
main:
runs-on: ubuntu-latest
name: Validate PR
steps:
- name: Check PR
uses: aruba-uxi/semantic-pull-request-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}