Skip to content

Commit

Permalink
fix check mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristianetaniguti committed Dec 4, 2023
1 parent f3c69a5 commit a660a37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^LICENSE\.md$
^rsconnect$
^Dockerfile$
^\.github$
4 changes: 4 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14

- name: Install XQuartz on macOS
if: runner.os == 'macOS'
run: brew install xquartz --cask

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Development](https://img.shields.io/badge/development-active-blue.svg)](https://img.shields.io/badge/development-active-blue.svg)
![Development](https://img.shields.io/badge/development-active-blue.svg)
[![R-CMD-check](https://github.com/Cristianetaniguti/Reads2MapApp/workflows/R-CMD-check/badge.svg)](https://github.com/Cristianetaniguti/Reads2MapApp/actions)

<p align="center">
<br>
Expand Down

0 comments on commit a660a37

Please sign in to comment.