Skip to content

chore(deps): bump anyhow from 1.0.100 to 1.0.101 #54

chore(deps): bump anyhow from 1.0.100 to 1.0.101

chore(deps): bump anyhow from 1.0.100 to 1.0.101 #54

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 }}