Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jan 27, 2025
1 parent 9073616 commit 5fc679a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,14 @@ on:
schedule:
- cron: '0 5 * * 2,5'

permissions:
contents: read

name: Test on GHA

jobs:
test-ci:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
#- {os: ubuntu-latest, r: 'release'}

runs-on: windows-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v4

Expand All @@ -19,7 +20,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: "updatedocs"
cache-version: "testci"
extra-packages: |
local::.
any::rmarkdown
Expand All @@ -28,7 +29,6 @@ jobs:
- name: Update docs
run: |
install.packages("rmarkdown", dependencies = TRUE)
pkgdev::update_docs()
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ file and the `CITATION` file (if present) of your package. Note that
**cffr** works best if your package pass
`R CMD check/devtools::check()`.

As per 2025-01-26 there are at least 390 repos on GitHub using **cffr**.
As per 2025-01-27 there are at least 390 repos on GitHub using **cffr**.
[Check them out
here](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code).

Expand Down
3 changes: 2 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
},
"isPartOf": "https://ropensci.org",
"keywords": ["attribution", "citation", "credit", "citation-files", "cff", "metadata", "citation-file-format", "cran", "r", "r-package", "ropensci", "rstats", "r-cran"],
"fileSize": "1611.343KB",
"fileSize": "1611.317KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down Expand Up @@ -287,6 +287,7 @@
}
],
"releaseNotes": "https://github.com/ropensci/cffr/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/cffr/blob/main/README.md",
"contIntegration": ["https://github.com/ropensci/cffr/actions/workflows/check-full.yaml", "https://github.com/ropensci/cffr/actions/workflows/rhub.yaml", "https://app.codecov.io/gh/ropensci/cffr", "https://github.com/ropensci/cffr/actions/workflows/cff-validator.yml"],
"developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#experimental"],
"review": {
Expand Down
Binary file modified data/cran_to_spdx.rda
Binary file not shown.

0 comments on commit 5fc679a

Please sign in to comment.