We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f0c1b2 + 85fded7 commit 8e420fdCopy full SHA for 8e420fd
.github/workflows/citations.yml
@@ -31,5 +31,8 @@ jobs:
31
steps:
32
- name: checkout
33
uses: actions/checkout@v4
34
+ - name: Install R
35
+ run: |
36
+ sudo apt-get update && sudo apt-get install -y r-base
37
- name: Validate CITATION.cff
38
uses: dieghernan/cff-validator@v3
0 commit comments