Skip to content

chore(deps): Bump super-linter/super-linter from 8.2.0 to 8.3.1 in /.github/workflows in the github_actions group across 1 directory #41

chore(deps): Bump super-linter/super-linter from 8.2.0 to 8.3.1 in /.github/workflows in the github_actions group across 1 directory

chore(deps): Bump super-linter/super-linter from 8.2.0 to 8.3.1 in /.github/workflows in the github_actions group across 1 directory #41

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-slim
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}