fix(deps): update dependency net.onelitefeather:vulpes-model to v1.8.2 #11
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR Lint | |
| # Conventional Commits on the PR title and every commit on the branch. | |
| # release-please parses those commit types to decide the version bump and to | |
| # build the changelog - a non-conventional commit silently produces neither. | |
| on: | |
| pull_request: | |
| types: [opened, edited, synchronize, reopened] | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| jobs: | |
| lint: | |
| uses: OneLiteFeatherNET/workflows/.github/workflows/pr-lint.yml@v2.8.1 | |
| secrets: inherit |