Skip to content

Commit

Permalink
run r check and lint on dev and main
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 10, 2025
1 parent 3ef01cf commit 24f52ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
on:
push:
branches: [main]
branches: [main, dev]
pull_request:
branches: [main]
branches: [main, dev]
workflow_dispatch:

name: R-CMD-check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
on:
push:
branches: main
branches: [main, dev]
pull_request:
branches: main
branches: [main, dev]

name: lint

Expand Down

0 comments on commit 24f52ee

Please sign in to comment.