Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Sep 20, 2023
1 parent f2f154d commit e3d3b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
steps:
- { uses: actions/checkout@v3, with: { submodules: "recursive" } }

- name: Copyright check
if: success() || failure()
run: ./update_copyrights
- name: Check for invalid characters
run: |
./utils/CI/check_utf8.sh
Expand All @@ -34,9 +37,6 @@ jobs:
- name: Doxygen check
if: success() || failure()
run: doxygen doc/doxygen/Doxyfile
- name: Copyright check
if: success() || failure()
run: ./update_copyrights

ubuntu:
strategy:
Expand Down

0 comments on commit e3d3b03

Please sign in to comment.