Skip to content

Commit

Permalink
updated yml for git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattssca committed Jan 10, 2024
1 parent e11afa0 commit ae8fd3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name: BiomaesteR Build-check and Tests
name: BiomaesteR Build Check and Tests

on:
pull_request:
branches: [main]

jobs:
build-check-test:
build-check-tests:
runs-on: ubuntu-latest
steps:
- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Install packages
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: |
any::devtools
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ae8fd3f

Please sign in to comment.