Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Sep 10, 2023
1 parent 04a61c6 commit ffec0d7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ jobs:
image: pecan/depends:R4.1

steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: work around https://github.com/actions/checkout/issues/766
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: actions/checkout@v3
with:
set-safe-directory: false



- name: update dependency lists
run: Rscript scripts/generate_dependencies.R

- name: check for out-of-date dependencies files
uses: infotroph/tree-is-clean@v1

Expand Down

0 comments on commit ffec0d7

Please sign in to comment.