Skip to content

Commit

Permalink
run CompatHelper on all projects
Browse files Browse the repository at this point in the history
Running it on the root project is not needed since that doesn't have a compat section.
  • Loading branch information
visr committed Nov 5, 2023
1 parent 6e66429 commit 16ce0cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/core_compat_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ jobs:
- name: "Run CompatHelper"
run: |
import CompatHelper
CompatHelper.main(; subdirs=["core"])
CompatHelper.main(; subdirs=[
"core",
"docs",
"build/create_binaries",
"build/libribasim",
"build/ribasim_cli"
])
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 16ce0cf

Please sign in to comment.