mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-21 04:17:26 +02:00
Compare commits
No commits in common. "08f2bf7c5f212e4c8895510c047adba5e9f478d2" and "3bd32c28f8742071df08cb7e488205d421ec03dc" have entirely different histories.
08f2bf7c5f
...
3bd32c28f8
@ -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 --break-system-packages
|
- pip install pre-commit
|
||||||
script:
|
script:
|
||||||
- pre-commit run --all-files --show-diff-on-failure
|
- pre-commit run --all-files --show-diff-on-failure
|
||||||
variables:
|
variables:
|
||||||
|
@ -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. Except don't, see .gitlab-ci.yml
|
# Use pypy3 for the Python hooks
|
||||||
#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
2
Gemfile
vendored
@ -4,5 +4,3 @@ 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
2
Gemfile.lock
generated
@ -23,7 +23,6 @@ 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)
|
||||||
@ -268,7 +267,6 @@ PLATFORMS
|
|||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
csv
|
|
||||||
github-pages
|
github-pages
|
||||||
webrick
|
webrick
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user