Skip to content

Commit

Permalink
Install missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 8, 2025
1 parent be5ef4a commit 1cc685b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,12 @@ jobs:
- name: Test development formatting
run: |
set +e
# Install Python linting and formatting tools
pip install black flake8 isort
npm i stylelint-config-standard-scss stylelint-selector-bem-pattern
# Create directories for test files
mkdir tests
Expand Down Expand Up @@ -345,7 +347,10 @@ jobs:
echo "Checking flake8..."
flake8 --config=.flake8 tests; [[ "$?" == "1" ]]
set -e
# Format the code
echo "Formatting code..."
docker exec test_container format
# Check that Prettier finds no issues
Expand Down

0 comments on commit 1cc685b

Please sign in to comment.