summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5cb69fe3..bb7fb0a8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,20 +18,8 @@ jobs:
- name: 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:
-
runs-on: ubuntu-latest
-
steps:
- uses: actions/checkout@v2
- name: check-whitespaces