From c025f872d5bfcacad970725eead628f17a7cb384 Mon Sep 17 00:00:00 2001 From: aedwardg Date: Wed, 25 Dec 2024 16:27:00 -0800 Subject: [PATCH 1/4] update node version for format-and-lint job --- .github/workflows/format-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-and-lint.yml b/.github/workflows/format-and-lint.yml index 7b9d50c..d1383a0 100644 --- a/.github/workflows/format-and-lint.yml +++ b/.github/workflows/format-and-lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [23] steps: - name: Check out branch (pull request) uses: actions/checkout@v4 From ee30f11419c98f57f925b4448f456b0381262bd3 Mon Sep 17 00:00:00 2001 From: aedwardg Date: Wed, 25 Dec 2024 16:27:48 -0800 Subject: [PATCH 2/4] only run action on pull_request events if from forked repo --- .github/workflows/format-and-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/format-and-lint.yml b/.github/workflows/format-and-lint.yml index d1383a0..68f197b 100644 --- a/.github/workflows/format-and-lint.yml +++ b/.github/workflows/format-and-lint.yml @@ -8,6 +8,7 @@ concurrency: cancel-in-progress: true jobs: lint: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.repository != github.event.pull_request.head.repo.full_name) runs-on: ubuntu-latest strategy: matrix: From e8dfeb267ce63c9650233a312bf94091244c0e41 Mon Sep 17 00:00:00 2001 From: aedwardg <44326005+aedwardg@users.noreply.github.com> Date: Wed, 25 Dec 2024 16:36:55 -0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ecee869..d530748 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Code Café Community website :construction: Currently under construction :construction: + +NEW TEST CHANGE From 3c48dcbe1b3962eec67e6f4072050999cae73e5a Mon Sep 17 00:00:00 2001 From: aedwardg Date: Wed, 25 Dec 2024 16:40:08 -0800 Subject: [PATCH 4/4] test change from local --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d530748..857aa76 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ :construction: Currently under construction :construction: NEW TEST CHANGE +NEW TEST CHANGE TO BE PUSHED