mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 13:26:37 +00:00
commit
0499998e2a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
||||||
make
|
make
|
||||||
make clean
|
make clean
|
||||||
clang-tidy src/* -- -I/usr/include
|
clang-tidy src/* -- -I/usr/include
|
||||||
macOS-patches:
|
ubuntu-patches:
|
||||||
runs-on: macOS-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Compile patches with gcc
|
- name: Compile patches with gcc
|
||||||
|
|
Loading…
Reference in a new issue