Skip to content

Commit

Permalink
fix(ci): add FA token to lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
charles4221 committed Jan 10, 2024
1 parent 52d6c46 commit 782cb90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ jobs:
name: Lint Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout Code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20

- name: Install Node Dependencies
env:
NPM_CONFIG_FONT_AWESOME_TOKEN: ${{ secrets.NPM_CONFIG_FONT_AWESOME_TOKEN }}
run: npm install

- name: Lint Code with ESLint
Expand Down

0 comments on commit 782cb90

Please sign in to comment.