Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fb-leap-444
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosgarbi committed Jan 3, 2024
2 parents 7839c93 + c0d9073 commit 3e1c438
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,9 @@ jobs:
name: "Lint"
if: github.event_name == 'push' || github.event.pull_request.draft == false
uses: ./.github/workflows/eslint.yml
permissions:
checks: write
contents: read
pull-requests: write
with:
sha: ${{ github.event.pull_request.head.sha || github.event.after }}
7 changes: 7 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ env:
CACHE_NAME_PREFIX: v3
NODE: '18'

permissions:
checks: write
contents: read
pull-requests: write

jobs:
run:
name: Run ESLint
Expand Down Expand Up @@ -58,6 +63,8 @@ jobs:
- name: Run ESLint
uses: tj-actions/eslint-changed-files@v21
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config_path: ".eslintrc.js"
ignore_path: ".eslintignore"
Expand Down

0 comments on commit 3e1c438

Please sign in to comment.