diff --git a/.github/workflows/format-and-lint.yml b/.github/workflows/format-and-lint.yml index 7b9d50c..68f197b 100644 --- a/.github/workflows/format-and-lint.yml +++ b/.github/workflows/format-and-lint.yml @@ -8,10 +8,11 @@ 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: - node-version: [18] + node-version: [23] steps: - name: Check out branch (pull request) uses: actions/checkout@v4 diff --git a/README.md b/README.md index ecee869..857aa76 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # Code Café Community website :construction: Currently under construction :construction: + +NEW TEST CHANGE +NEW TEST CHANGE TO BE PUSHED