Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /nodejs_package #2339

Bump micromatch from 4.0.5 to 4.0.8 in /nodejs_package

Bump micromatch from 4.0.5 to 4.0.8 in /nodejs_package #2339

Workflow file for this run

name: Clang Format
on: [push, pull_request]
jobs:
checkout-and-check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format
uses: DoozyX/clang-format-lint-action@v0.13
with:
source: 'src'
exclude: './third_party'
extensions: 'h,cpp,c'
clangFormatVersion: 12.0.1
inplace: False