Skip to content

ci: fix colcon test workflow #1591

ci: fix colcon test workflow

ci: fix colcon test workflow #1591

name: lint-pull-request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}