Skip to content

ci: Add new RocksDB smoke test branches #588

ci: Add new RocksDB smoke test branches

ci: Add new RocksDB smoke test branches #588

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- '**'
name: Lint
jobs:
clang-format:
name: Lint with clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: '11'
check-path: .