Skip to content

Bump actions/checkout from 4 to 6 #374

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #374

Workflow file for this run

name: Check Code Format
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check src format
uses: DoozyX/[email protected]
with:
source: './src'
extensions: 'h,cpp'
clangFormatVersion: 9
- name: Check examples format
uses: DoozyX/[email protected]
with:
source: './examples'
extensions: 'h,cpp,ino'
clangFormatVersion: 9