Skip to content

Commit

Permalink
Update codeLintGlobal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket13011 authored Sep 13, 2023
1 parent 137ec61 commit d17628f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/codeLintGlobal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:
with:
python-version: 3.8

- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12

# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm i eslint prettier

- name: Install Python dependencies
run: pip install flake8

Expand Down

0 comments on commit d17628f

Please sign in to comment.