From 2abb2e572273eeaca14ce3977beb49e71a83f328 Mon Sep 17 00:00:00 2001 From: vsoch Date: Mon, 28 Mar 2022 05:22:57 -0600 Subject: [PATCH 1/3] testing another optimization for the url checker this optimization does not check duplicate urls between workers. So we might see a tiny speedup given redudant urls across files! Signed-off-by: vsoch --- .github/workflows/linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index da685682e..272a7f85c 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -15,7 +15,7 @@ jobs: files: ./_posts ./pages ./README.md - name: URLs-checker - uses: urlstechie/urlchecker-action@0.0.25 + uses: urlstechie/urlchecker-action@test/unique-optimization with: # A comma-separated list of file types to cover in the URL checks file_types: .md,.py,.yml From 5caeec62145df1dbfd79289f6230c061a8399b8e Mon Sep 17 00:00:00 2001 From: vsoch Date: Mon, 28 Mar 2022 05:27:34 -0600 Subject: [PATCH 2/3] do not check old zoom meeting urls Signed-off-by: vsoch --- .github/workflows/linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 272a7f85c..1cd73c5d2 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -33,7 +33,7 @@ jobs: timeout: 10 # Exclude these patterns from the checker - exclude_patterns: supercomputing.org,https://pace.gatech.edu,https://www.linkedin.com,jobs.colorado.edu,zoom.us,danielskatz.org,usrse.github.io.wiki.git,ornl.gov + exclude_patterns: supercomputing.org,https://pace.gatech.edu,https://www.linkedin.com,jobs.colorado.edu,zoom.us,danielskatz.org,usrse.github.io.wiki.git,ornl.gov,zoom.us # Exclude these files from the checker exclude_files: README.md,SocialNetworks.yml,map.yml,_config.yml,tests/test_,.github/workflows,_posts/newsletters/ From 9e61dc77cad374cc9792662f414a3e81266c7c99 Mon Sep 17 00:00:00 2001 From: vsoch Date: Mon, 28 Mar 2022 05:37:30 -0600 Subject: [PATCH 3/3] run again with updated container Signed-off-by: vsoch --- .github/workflows/linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 1cd73c5d2..6b0c758d9 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -33,7 +33,7 @@ jobs: timeout: 10 # Exclude these patterns from the checker - exclude_patterns: supercomputing.org,https://pace.gatech.edu,https://www.linkedin.com,jobs.colorado.edu,zoom.us,danielskatz.org,usrse.github.io.wiki.git,ornl.gov,zoom.us + exclude_patterns: supercomputing.org,https://pace.gatech.edu,linkedin.com,jobs.colorado.edu,zoom.us,danielskatz.org,usrse.github.io.wiki.git,ornl.gov # Exclude these files from the checker exclude_files: README.md,SocialNetworks.yml,map.yml,_config.yml,tests/test_,.github/workflows,_posts/newsletters/