i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 415d570acc2f0d4841d43fde96fbe85a180ddbbd
parent 78f64b4f7f613d32c17bc30ecce3cb29b178bbdd
Author: Raymond Li <hi@raymond.li>
Date:   Sun, 10 May 2020 16:35:56 -0400

Fix typo in build test workflow
Diffstat:
M.github/workflows/Build Test.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/Build Test.yml b/.github/workflows/Build Test.yml
@@ -11,7 +11,7 @@ jobs:
     - name: Make build script executable
       run: chmod +x build.sh
     - name: Run build script
-          run: ./build.sh
+      run: ./build.sh
     - name: make check
       run: cd build && make check
     - name: make distcheck