mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 12:47:27 +02:00
Compare commits
No commits in common. "d0015a66e5fb356e9cdaa1e248c7759c66529781" and "d6bb4e712b0a2c7b82f203dd893ddf2e06eb4386" have entirely different histories.
d0015a66e5
...
d6bb4e712b
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,10 +1,6 @@
|
|||||||
# Editor swap files
|
|
||||||
*~*
|
*~*
|
||||||
*.swp
|
*.swp
|
||||||
*.tmp
|
*.tmp
|
||||||
|
wwwuser
|
||||||
# .gitlab-ci.yml pre-commit directory
|
openbox/*
|
||||||
.cache/**
|
|
||||||
|
|
||||||
# Symlink
|
|
||||||
install.run
|
install.run
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# Based on https://pre-commit.com
|
|
||||||
image: python:alpine
|
|
||||||
gitlab-ci-pre-commit:
|
|
||||||
stage: build
|
|
||||||
before_script:
|
|
||||||
- apk add --no-cache git gcc musl-dev go
|
|
||||||
- pip install pre-commit
|
|
||||||
script:
|
|
||||||
- pre-commit run --all-files --show-diff-on-failure
|
|
||||||
variables:
|
|
||||||
# Remember to gitignore .cache/**
|
|
||||||
PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit
|
|
||||||
TERM: dumb
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- ${PRE_COMMIT_HOME}
|
|
@ -43,13 +43,13 @@ repos:
|
|||||||
# - id: mypy
|
# - id: mypy
|
||||||
|
|
||||||
# GitHub Actions etc. configuration validity checking
|
# GitHub Actions etc. configuration validity checking
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
# - repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.23.0
|
# rev: 0.23.0
|
||||||
hooks:
|
# hooks:
|
||||||
#- id: check-dependabot
|
# - id: check-dependabot
|
||||||
#- id: check-github-actions
|
# - id: check-github-actions
|
||||||
#- id: check-github-workflows
|
# - id: check-github-workflows
|
||||||
- id: check-gitlab-ci
|
# - id: check-gitlab-ci
|
||||||
|
|
||||||
# - repo: https://github.com/jumanjihouse/pre-commit-hooks
|
# - repo: https://github.com/jumanjihouse/pre-commit-hooks
|
||||||
# rev: 3.0.0
|
# rev: 3.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user