Skip to content

Commit

Permalink
Final Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Sep 9, 2024
1 parent 8f8e97c commit 68e141a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
Lint:
name: 🧠 ES Lint
name: ES Lint
runs-on: ubuntu-latest

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
username: ${{ github.actor }}
organization: xola
team: 'Engineering,X2 Consultants'

- if: ${{ steps.checkUserMember.outputs.isTeamMember == 'false' }}
run: |
echo "Hey ${{ github.actor }} you are not in a whitelisted team"
Expand All @@ -53,7 +53,7 @@ jobs:
cache-dependency-path: "package-lock.json"

- name: Install Node Dependencies
run: npm ci --no-fund --quiet --no-audit
run: npm ci --no-fund --no-audit

- name: Save Code Linting Report to JSON
# This is to show failures in GitHub pull request using the action below
Expand Down

0 comments on commit 68e141a

Please sign in to comment.