Skip to content

Use available clang-format version for Ubuntu 22 #116

Use available clang-format version for Ubuntu 22

Use available clang-format version for Ubuntu 22 #116

Workflow file for this run

name: Style Checks
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:

Check failure on line 16 in .github/workflows/check_style.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check_style.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
container:
- 'container: 'osrf/ros:humble-desktop'
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v1
- name: submodule update
run: git submodule update --init --recursive
- name: Install clang-format
run: apt update && apt install -y clang-format-14
- name: Check Code format
working-directory: Tools
run: |
./check_code_format.sh ..