Skip to content

Run pre-commit on all files #2

Run pre-commit on all files

Run pre-commit on all files #2

Workflow file for this run

%YAML 1.2

Check failure on line 1 in .github/workflows/doxygen_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/doxygen_build.yml

Invalid workflow file

You have an error in your yaml syntax
---
name: Doxygen Build
on: # yamllint disable-line rule:truthy
push:
branches:
- 'ros2'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: mattnotmitt/doxygen-action@v1.9.5