-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge pull request #12 from swerik-project/dev
- Loading branch information
Showing
4 changed files
with
93 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: "Pyriksdagen: Validate CITATION cff" | ||
|
||
on: | ||
push: | ||
paths: | ||
- CITATION.cff | ||
- .github/workflows/validate-cff.yml | ||
|
||
jobs: | ||
Validate-CITATION-cff: | ||
runs-on: ubuntu-latest | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Validate CITATION.cff | ||
uses: dieghernan/cff-validator@v3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
cff-version: 1.2.0 | ||
message: To cite this reposository, please use these metadata. | ||
title: "The Swedish Parliament Corpus: pyriksdagen" | ||
version: v1.2.0 | ||
authors: | ||
- given-names: Väinö | ||
family-names: Yrjänäinen | ||
alias: ninpnin | ||
- family-names: Borges | ||
given-names: Robert | ||
orcid: "https://orcid.org/0000-0002-7647-4048" | ||
alias: BobBorges | ||
date-released: 2024-04-25 | ||
identifiers: | ||
- description: Repository basename | ||
type: other | ||
value: pyriksdagen | ||
repository-code: "https://github.com/swerik-project/pyriksdagen" | ||
url: "https://github.com/swerik-project/the-swedish-parliament-corpus" | ||
type: dataset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters