Skip to content

Merge pull request #1283 from herwinw/spec_command_line_error_message #1880

Merge pull request #1283 from herwinw/spec_command_line_error_message

Merge pull request #1283 from herwinw/spec_command_line_error_message #1880

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
env:
DOCKER_FLAGS: ""
CI: 1
jobs:
clang-tidy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: checkout submodules
run: git submodule update --init --recursive
- name: run clang-tidy
run: rake docker_tidy
gc-lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: checkout submodules
run: git submodule update --init --recursive
- name: run gc-lint
run: rake docker_gc_lint