From 1bbfac8b1e2375bfe8760c7b4e318778a602382c Mon Sep 17 00:00:00 2001 From: Daniel M Date: Tue, 15 Aug 2023 16:19:48 -0700 Subject: [PATCH 1/2] Revert "Revert "Test PR (#14)"" This reverts commit bc1ad188eec0259256332903b59fcd500b67ca93. --- .github/workflows/css_style.py | 6 ++++++ .github/workflows/test.yml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/css_style.py b/.github/workflows/css_style.py index 2b9347a..b4e5b88 100644 --- a/.github/workflows/css_style.py +++ b/.github/workflows/css_style.py @@ -1,5 +1,6 @@ import os from collections import OrderedDict +import time errors = 0 @@ -55,6 +56,7 @@ def processFile(path): def searchDirectory(path="./"): + time.sleep(1) for item in os.listdir(path): if os.path.isdir(path + item): searchDirectory(path + item + "/") @@ -65,4 +67,8 @@ def searchDirectory(path="./"): searchDirectory() print(f"{errors} erroneous files found.") + +print("test delay") + +time.sleep(600) exit(0 if not errors else 1) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81ab7da..1ef7007 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,10 +3,10 @@ name: Test on: push: branches: - - master + - "**" pull_request: branches: - - master + - "**" jobs: run-linters: From ed624ad861934b3ccfc57565ad90f01d9f6cf5f1 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Tue, 15 Aug 2023 16:55:38 -0700 Subject: [PATCH 2/2] test --- a.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 a.txt diff --git a/a.txt b/a.txt new file mode 100644 index 0000000..e69de29