Skip to content

Commit

Permalink
fix: add Makefile to Rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenuial committed Sep 24, 2024
1 parent d3d2410 commit ee8b7f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^data-raw$
^docs$
^pkgdown$
^Makefile$
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Install libpoppler
run: sudo apt-get install -y libpoppler-cpp-dev

- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
permissions:
contents: write
steps:
- name: Install libpoppler
run: sudo apt-get install -y libpoppler-cpp-dev

- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Install libpoppler
run: sudo apt-get install -y libpoppler-cpp-dev

- name: Checkout repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ee8b7f8

Please sign in to comment.