Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnno committed Jul 9, 2024
1 parent ecfcd07 commit cb8e8ec
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/devshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,20 +212,20 @@ jobs:
git diff --exit-code > c-style-problems.diff || \
(cat c-style-problems.diff && git reset --hard HEAD && exit 1)
- name: Style check (pylib)
if: always()
working-directory: ./build
run: |
make pymodules-linters || (git reset --hard HEAD && exit 1)
- name: Style check (Light)
id: light-style-check
if: always()
working-directory: ./build
shell: bash
run: |
make light-linters || \
(git diff > ../light-style-problems.diff ; git reset --hard HEAD && exit 1)
# - name: Style check (pylib)
# if: always()
# working-directory: ./build
# run: |
# make pymodules-linters || (git reset --hard HEAD && exit 1)

# - name: Style check (Light)
# id: light-style-check
# if: always()
# working-directory: ./build
# shell: bash
# run: |
# make light-linters || \
# (git diff > ../light-style-problems.diff ; git reset --hard HEAD && exit 1)

- name: "Artifact: c-style-problems"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cb8e8ec

Please sign in to comment.