Skip to content

Commit 7346f8d

Browse files
committed
Turns out we don't have a lint task in our Makefile (yet).
1 parent 74631f8 commit 7346f8d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,6 @@ name: CI tests
33
on: [push, pull_request, workflow_dispatch]
44

55
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-
run: |
20-
make lint
21-
env:
22-
CC: clang
23-
CXX: clang++
24-
256
linux:
267

278
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)