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 f8c298b commit e11afa0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
name: BiomaesteR Build Check and Tests
name: BiomaesteR Build-check and Tests

on:
pull_request:
branches: [main]

jobs:
import-data:
build-check-test:
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 e11afa0

Please sign in to comment.