Skip to content

Commit

Permalink
Check valgrind workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 14, 2024
1 parent 457d885 commit 4340d78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check-asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- uses: r-hub/actions/platform-info@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
job-config: ${{ matrix.config }}
job-config: ${{ toJson(matrix.config) }}
- uses: r-hub/actions/setup-deps@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
job-config: ${{ matrix.config }}
job-config: ${{ toJson(matrix.config) }}
- uses: r-hub/actions/run-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
job-config: ${{ matrix.config }}
job-config: ${{ toJson(matrix.config) }}

0 comments on commit 4340d78

Please sign in to comment.