Compare commits

..

No commits in common. "68c48457ac151345c8ce929de16d831a0dd842e9" and "162ab2dc434e31f29e03f32392d8f41134e4cb6b" have entirely different histories.

3 changed files with 0 additions and 53 deletions

View File

@ -1,6 +0,0 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

View File

@ -1,34 +0,0 @@
on:
push:
paths:
- CITATION.cff
workflow_dispatch:
name: CITATION.cff
jobs:
Validate-CITATION-cff:
runs-on: ubuntu-latest
name: Validate CITATION.cff
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
RSPM: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"
steps:
- name: Checkout
uses: actions/checkout@v2
# 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
uses: dieghernan/cff-validator@main
# Upload artifact
- uses: actions/upload-artifact@v2
if: failure()
with:
name: citation-cff-errors
path: citation_cff_errors.md

View File

@ -1,13 +0,0 @@
cff-version: 1.2.0
message: "If you use this, please cite it as below."
authors:
- family-names: "Suomalainen"
given-names: "Aminda"
title: "GitHub Community Health Files"
url: "https://github.com/Mikaela/.github"
preferred-citation:
type: generic
title: "GitHub Community Health Files"
authors:
- family-names: "Suomalainen"
given-names: "Aminda"