Skip to content

Bump grunt-version from 3.0.0 to 3.0.1 #595

Bump grunt-version from 3.0.0 to 3.0.1

Bump grunt-version from 3.0.0 to 3.0.1 #595

Workflow file for this run

name: Run clang-format Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
source: '.'
extensions: 'h,hpp,cpp,ino'
clangFormatVersion: 11