Skip to content

Commit

Permalink
trying ropensci-pkgcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Jul 11, 2024
1 parent 9448bd3 commit aee9aa8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ropensci-pkgcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: ropensci-pkgcheck

permissions:
contents: read

jobs:
run-x86_64-linux:
name: Run ropensci pkgcheck
runs-on: ubuntu-latest
steps:
- uses: ropensci-review-tools/pkgcheck-action@main

0 comments on commit aee9aa8

Please sign in to comment.