Skip to content

Merge pull request #1098 from TheGrizzlyDev/fix-broken-ci-builds #1317

Merge pull request #1098 from TheGrizzlyDev/fix-broken-ci-builds

Merge pull request #1098 from TheGrizzlyDev/fix-broken-ci-builds #1317

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