mirror of https://github.com/xzeldon/htop.git
Cleanup unused CI build notes and whitespace
This commit is contained in:
parent
9e57b5c3f4
commit
9eb9064fbd
|
@ -18,20 +18,8 @@ jobs:
|
||||||
- name: Distcheck
|
- name: Distcheck
|
||||||
run: make distcheck
|
run: make distcheck
|
||||||
|
|
||||||
# build-macos-latest:
|
|
||||||
# runs-on: macos-latest
|
|
||||||
# steps:
|
|
||||||
# - uses: actions/checkout@v2
|
|
||||||
# - name: make
|
|
||||||
# run: |
|
|
||||||
# ./autogen.sh
|
|
||||||
# ./configure
|
|
||||||
# make
|
|
||||||
|
|
||||||
whitespace_check:
|
whitespace_check:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: check-whitespaces
|
- name: check-whitespaces
|
||||||
|
|
Loading…
Reference in New Issue