Skip to content

Commit

Permalink
Remove node from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Oct 13, 2023
1 parent 6cb0891 commit efaf1ab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,13 @@ jobs:
with:
python-version: "3.8"
cache: "pipenv"
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Pipenv
run: python -m pip install --upgrade pipenv wheel
- name: Install Python dependencies
run: pipenv install --deploy --dev
- name: Install Node dependencies
run: npm ci
- name: Lint with Black
run: pipenv run black --check .
- name: Lint with Flake8
run: pipenv run flake8 .
- name: Lint with Prettier
run: npx prettier --check .
- name: Tests
run: pipenv run pytest

0 comments on commit efaf1ab

Please sign in to comment.