Skip to content

Bump tiiuae/fog-ros-baseimage from v3.2.0 to v3.3.0 #208

Bump tiiuae/fog-ros-baseimage from v3.2.0 to v3.3.0

Bump tiiuae/fog-ros-baseimage from v3.2.0 to v3.3.0 #208

Workflow file for this run

name: Format check
on:
push:
pull_request:
branches: [master]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check on src directory
uses: jidicula/[email protected]
with:
clang-format-version: "14"
check-path: "src"