Skip to content

Commit

Permalink
revert "build: remove lint from CI"
Browse files Browse the repository at this point in the history
This reverts commit cb17b66.
  • Loading branch information
igobranco committed Jul 30, 2024
1 parent cb17b66 commit cb18fe3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ jobs:
- name: Run unit tests
run: ECOMMERCE_SOURCE_PATH=../ecommerce make -C ecommerce-nau-extensions test

# Can't support multiple named Open edX released of ecommerce and use the commerce lint configuration.
# - name: Run lint
# run: ECOMMERCE_SOURCE_PATH=../ecommerce make -C ecommerce-nau-extensions lint
- name: Run lint
run: ECOMMERCE_SOURCE_PATH=../ecommerce make -C ecommerce-nau-extensions lint

- name: Install gettext package
run: sudo apt-get install -y gettext
Expand Down

0 comments on commit cb18fe3

Please sign in to comment.