Skip to content

Commit

Permalink
try a fedora R cmd check
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Aug 31, 2024
1 parent afb0cb1 commit 984f307
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/fedora.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: Fedora R-CMD-check

jobs:
R-CMD-check:
runs-on: ubuntu-latest
container: ghcr.io/r-hub/containers/valgrind:latest

name: Fedora R CMD check

strategy:
fail-fast: false

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
error-on: '"error"'


0 comments on commit 984f307

Please sign in to comment.