Skip to content

refactor: simplify value by extracting Section #44

refactor: simplify value by extracting Section

refactor: simplify value by extracting Section #44

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- edited
- reopened
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}