Skip to content

Commit

Permalink
Create ropensci-pkgcheck.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Jan 24, 2024
1 parent 9b539f4 commit 8e33b4b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ropensci-pkgcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: ropensci-pkgcheck

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 8e33b4b

Please sign in to comment.