mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-21 04:17:26 +02:00
Compare commits
5 Commits
3bd32c28f8
...
08f2bf7c5f
Author | SHA1 | Date | |
---|---|---|---|
08f2bf7c5f | |||
aad0398b57 | |||
b1ef3cae45 | |||
3a586fbe36 | |||
7ecc6a6206 |
@ -38,7 +38,7 @@ gitlab-ci-pre-commit:
|
||||
stage: build
|
||||
before_script:
|
||||
- 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:
|
||||
- pre-commit run --all-files --show-diff-on-failure
|
||||
variables:
|
||||
|
@ -11,9 +11,9 @@ ci:
|
||||
# https://github.com/pre-commit-ci/issues/issues/83
|
||||
autoupdate_schedule: quarterly
|
||||
|
||||
# Use pypy3 for the Python hooks
|
||||
default_language_version:
|
||||
python: pypy3
|
||||
# Use pypy3 for the Python hooks. Except don't, see .gitlab-ci.yml
|
||||
#default_language_version:
|
||||
# python: pypy3
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
2
Gemfile
vendored
2
Gemfile
vendored
@ -4,3 +4,5 @@ source "https://rubygems.org"
|
||||
gem "github-pages"
|
||||
# Required for `bundle exec jekyll serve`
|
||||
gem "webrick"
|
||||
# TODO: remove this when https://github.com/jekyll/jekyll/pull/9522 releases
|
||||
gem "csv"
|
||||
|
2
Gemfile.lock
generated
2
Gemfile.lock
generated
@ -23,6 +23,7 @@ GEM
|
||||
commonmarker (0.23.10)
|
||||
concurrent-ruby (1.2.2)
|
||||
connection_pool (2.4.1)
|
||||
csv (3.2.8)
|
||||
dnsruby (1.70.0)
|
||||
simpleidn (~> 0.2.1)
|
||||
drb (2.2.0)
|
||||
@ -267,6 +268,7 @@ PLATFORMS
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
csv
|
||||
github-pages
|
||||
webrick
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user