Compare commits

..

No commits in common. "44f7d66a48bdaeaf7d9e8d7a4649f22f72cadbd8" and "5b2ec4b404d09da9f69990203f505c06a9eee4e8" have entirely different histories.

2 changed files with 2 additions and 26 deletions

View File

@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
# This is needed for workflows running on
# ubuntu-20.04 or later
@ -27,7 +27,7 @@ jobs:
uses: dieghernan/cff-validator@main
# Upload artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v2
if: failure()
with:
name: citation-cff-errors

View File

@ -1,24 +0,0 @@
# Remember to run `pre-commit install` at least once!
# Manual test run: `pre-commit run --all-files`
# Update? `pre-commit autoupdate`
#
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: destroyed-symlinks
- id: detect-private-key
- id: fix-byte-order-marker
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
hooks:
- id: check-dependabot
- id: check-github-actions
- id: check-github-workflows
- id: check-gitlab-ci