Skip to content

Commit 7f78b6e

Browse files
committed
Remove style job from unit tests gh-action.
1 parent 5ddb224 commit 7f78b6e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,6 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
style:
14-
name: Style
15-
runs-on: ubuntu-latest
16-
steps:
17-
- name: Clone project
18-
uses: actions/checkout@v2
19-
- name: hlint
20-
run: |
21-
set -ex
22-
./etc/scripts/get-hlint.sh
23-
export PATH="$(pwd)"/hlint:$PATH
24-
hlint src/
25-
hlint src/ --cpp-define=WINDOWS=1
26-
hlint test/ --cpp-simple
2713
pedantic:
2814
name: Pedantic
2915
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)