Skip to content

Commit

Permalink
build: remove lint from CI
Browse files Browse the repository at this point in the history
Can't support multiple named Open edX released of ecommerce and use the commerce lint configuration
  • Loading branch information
igobranco committed Jul 26, 2024
1 parent 1df2956 commit cb17b66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ jobs:
- name: Run unit tests
run: ECOMMERCE_SOURCE_PATH=../ecommerce make -C ecommerce-nau-extensions test

- name: Run lint
run: ECOMMERCE_SOURCE_PATH=../ecommerce make -C ecommerce-nau-extensions lint
# 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: Install gettext package
run: sudo apt-get install -y gettext
Expand Down

0 comments on commit cb17b66

Please sign in to comment.