Compare commits

..

5 Commits

4 changed files with 8 additions and 4 deletions

View File

@ -38,7 +38,7 @@ gitlab-ci-pre-commit:
stage: build stage: build
before_script: before_script:
- apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash nodejs-current npm ruby ruby-bundler - apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash nodejs-current npm ruby ruby-bundler
- pip install pre-commit - pip install pre-commit --break-system-packages
script: script:
- pre-commit run --all-files --show-diff-on-failure - pre-commit run --all-files --show-diff-on-failure
variables: variables:

View File

@ -11,9 +11,9 @@ ci:
# https://github.com/pre-commit-ci/issues/issues/83 # https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly autoupdate_schedule: quarterly
# Use pypy3 for the Python hooks # Use pypy3 for the Python hooks. Except don't, see .gitlab-ci.yml
default_language_version: #default_language_version:
python: pypy3 # python: pypy3
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks

2
Gemfile vendored
View File

@ -4,3 +4,5 @@ source "https://rubygems.org"
gem "github-pages" gem "github-pages"
# Required for `bundle exec jekyll serve` # Required for `bundle exec jekyll serve`
gem "webrick" gem "webrick"
# TODO: remove this when https://github.com/jekyll/jekyll/pull/9522 releases
gem "csv"

2
Gemfile.lock generated
View File

@ -23,6 +23,7 @@ GEM
commonmarker (0.23.10) commonmarker (0.23.10)
concurrent-ruby (1.2.2) concurrent-ruby (1.2.2)
connection_pool (2.4.1) connection_pool (2.4.1)
csv (3.2.8)
dnsruby (1.70.0) dnsruby (1.70.0)
simpleidn (~> 0.2.1) simpleidn (~> 0.2.1)
drb (2.2.0) drb (2.2.0)
@ -267,6 +268,7 @@ PLATFORMS
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
csv
github-pages github-pages
webrick webrick