Skip to content

chore(deps): bump toml from 0.9.8 to 0.9.11+spec-1.1.0 #50

chore(deps): bump toml from 0.9.8 to 0.9.11+spec-1.1.0

chore(deps): bump toml from 0.9.8 to 0.9.11+spec-1.1.0 #50

Workflow file for this run

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