mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
CI: Update citation.yml file
This commit is contained in:
parent
bed01b000b
commit
037e3ef45f
17
.github/workflows/citation.yml
vendored
17
.github/workflows/citation.yml
vendored
@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- CITATION.cff
|
- CITATION.cff
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- CITATION.cff
|
- CITATION.cff
|
||||||
@ -17,23 +16,15 @@ jobs:
|
|||||||
name: Validate CITATION.cff
|
name: Validate CITATION.cff
|
||||||
env:
|
env:
|
||||||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
|
||||||
RSPM: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# This is needed for workflows running on
|
|
||||||
# ubuntu-20.04 or later
|
|
||||||
- name: Install V8
|
|
||||||
if: runner.os == 'Linux'
|
|
||||||
run: |
|
|
||||||
sudo apt-get install -y libv8-dev
|
|
||||||
- name: Validate CITATION.cff
|
- name: Validate CITATION.cff
|
||||||
uses: dieghernan/cff-validator@main
|
uses: dieghernan/cff-validator@main
|
||||||
|
# Upload artifact in case of failure
|
||||||
# Upload artifact
|
- name: Update artifact
|
||||||
- uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: citation-cff-errors
|
name: citation-cff-errors
|
||||||
|
Loading…
Reference in New Issue
Block a user