Skip to content

Update auxlib, clib, javalib, junit-plugin, ... to 0.5.2 (#99) #153

Update auxlib, clib, javalib, junit-plugin, ... to 0.5.2 (#99)

Update auxlib, clib, javalib, junit-plugin, ... to 0.5.2 (#99) #153

Workflow file for this run

name: Check Lint
on:
pull_request:
push:
branches:
- main
jobs:
check-lint:
runs-on: ubuntu-20.04
steps:
- name: Install clang-format
run: |
sudo apt update
sudo apt install clang-format-10
- uses: actions/checkout@v3
- run: ./scripts/check-lint.sh
env:
CLANG_FORMAT_PATH: "/usr/bin/clang-format-10"