mirror of
https://github.com/Mikaela/.github.git
synced 2024-11-01 01:09:23 +01:00
Compare commits
2 Commits
5b2ec4b404
...
44f7d66a48
Author | SHA1 | Date | |
---|---|---|---|
44f7d66a48 | |||
64b20848f5 |
4
.github/workflows/cff-validator.yml
vendored
4
.github/workflows/cff-validator.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# This is needed for workflows running on
|
# This is needed for workflows running on
|
||||||
# ubuntu-20.04 or later
|
# ubuntu-20.04 or later
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: dieghernan/cff-validator@main
|
uses: dieghernan/cff-validator@main
|
||||||
|
|
||||||
# Upload artifact
|
# Upload 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
|
||||||
|
24
.pre-commit-config.yaml
Normal file
24
.pre-commit-config.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user