Skip to content

chore(deps): bump rollup from 4.18.0 to 4.22.4 #109

chore(deps): bump rollup from 4.18.0 to 4.22.4

chore(deps): bump rollup from 4.18.0 to 4.22.4 #109

Workflow file for this run

# Action that makes sure the PR titles follow conventional commit
# https://github.com/amannn/action-semantic-pull-request
name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}