Skip to content

ci: Overwrite cron schedules on workflows #589

ci: Overwrite cron schedules on workflows

ci: Overwrite cron schedules on workflows #589

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/clang-format-action@v4.10.1
with:
clang-format-version: '11'
check-path: .