diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 91d13a8..3be5fee 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -53,11 +53,11 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at tomer@figenblat.com. All complaints will -be reviewed and investigated and will result in a response that is deemed -necessary and appropriate to the circumstances. The project team is obligated -to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. +reported by contacting the project team. All complaints will be reviewed and +investigated and will result in a response that is deemed necessary and +appropriate to the circumstances. The project team is obligated to maintain +confidentiality with regard to the reporter of an incident. Further details +of specific enforcement policies may be posted separately. ## Attribution diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 73d6857..53fc104 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,11 +14,6 @@ on: pull_request: branches: - main - paths: - - 'src/**/*.js' - - 'eslint.config.mjs' - - 'package*.json' - - '.github/workflows/lint.yml' concurrency: group: ${{ github.workflow }}-${{ github.ref }}