i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit cc6ec23f945cfb69b9ca72045414e57d69e11532
parent b298c666f5b681fcb5a72aae2ccfa7b762289fc6
Author: Raymond Li <hi@raymond.li>
Date:   Sun,  8 Mar 2020 15:35:42 -0400

Delete Build Test.yml
Diffstat:
D.github/workflows/Build Test.yml | 33---------------------------------
1 file changed, 0 insertions(+), 33 deletions(-)
diff --git a/.github/workflows/Build Test.yml b/.github/workflows/Build Test.yml
@@ -1,33 +0,0 @@
-name: Build Test
-
-on:
-  push:
-    branches: [ master ]
-    paths:
-    - '!**.md'
-    - '!LICENSE'
-    - '!.gitignore'
-  pull_request:
-    branches: [ master ]
-    paths:
-    - '!**.md'
-    - '!LICENSE'
-    - '!.gitignore'
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-    
-    steps:
-    - uses: actions/checkout@v2
-    - name: autoreconf
-      run: autoreconf --force --install
-    - name: configure
-      run: ./configure --disable-sanitizers
-    - name: make
-      run: make
-    - name: make check
-      run: make check
-    - name: make distcheck
-      run: make distcheck