We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74631f8 commit 7346f8dCopy full SHA for 7346f8d
.github/workflows/ci.yml
@@ -3,25 +3,6 @@ name: CI tests
3
on: [push, pull_request, workflow_dispatch]
4
5
jobs:
6
-
7
- linter:
8
9
- runs-on: ubuntu-latest
10
11
- steps:
12
13
- - uses: actions/checkout@v1
14
- - name: Install clang-tidy
15
- run: |
16
- sudo apt-get install -y clang-tidy-9
17
- sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-9 100
18
- - name: lint with clang-tidy
19
20
- make lint
21
- env:
22
- CC: clang
23
- CXX: clang++
24
25
linux:
26
27
runs-on: ubuntu-latest
0 commit comments