-
-
Notifications
You must be signed in to change notification settings - Fork 4
44 lines (35 loc) · 1 KB
/
cff-validator-dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
on:
push:
branches:
- dev
workflow_dispatch:
name: dev CITATION.cff
jobs:
Validate-dev-CITATION-cff:
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest}
- {os: macos-latest}
- {os: windows-latest}
- {os: windows-2019}
- {os: ubuntu-22.04}
#- {os: ubuntu-18.04}
- {os: macos-12}
#- {os: macos-10.15}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate ./examples/key-complete/CITATION.cff
uses: dieghernan/cff-validator@dev
with:
citation-path: "./examples/key-complete/CITATION.cff"
- name: Validate ./examples/key-error/CITATION.cff
uses: dieghernan/cff-validator@dev
with:
citation-path: "./examples/key-error/CITATION.cff"