Skip to content

Bump super-linter/super-linter from 7.2.0 to 7.2.1 #147

Bump super-linter/super-linter from 7.2.0 to 7.2.1

Bump super-linter/super-linter from 7.2.0 to 7.2.1 #147

---
name: Clang format check
on:
- push
- pull_request
permissions: {}
jobs:
formatting-check:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v4
- name: Checkout arduino clang format
uses: actions/checkout@v4
with:
repository: arduino/tooling-project-assets
path: atpa
- name: Copy the .clang-format file
run: |
cp "./atpa/other/clang-format-configuration/.clang-format" ".clang-format"
rm -r "./atpa"
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: "14"