Skip to content

Commit

Permalink
chore: add style check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonfmir committed Mar 7, 2024
1 parent 31b276d commit b8db885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Build egg-pre-dcp and CvxLean
run: |
./build.sh
- name: Check style
run: |
./scripts/style/check_style_all.sh
- name: Test egg-pre-dcp
working-directory: egg-pre-dcp
run: |
Expand Down

0 comments on commit b8db885

Please sign in to comment.