Compare commits

..

2 commits

Author SHA1 Message Date
4d35c3c331
Try container, but it will probably fail 2024-07-12 21:06:54 -04:00
961e9a206a
Update gemfile? 2024-07-12 21:06:45 -04:00
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,19 @@
name: Linting
on:
pull_request:
jobs:
lint:
runs-on: cth-ubuntu-latest
container:
image: docker.atomaka.com/mdformat
steps:
- run: mdformat --check _posts/
build:
runs-on: cth-ubuntu-latest
steps:
- run: |
gem install bundler
bundle install
bundle exec jekyll build

View file

@ -36,6 +36,7 @@ GEM
faraday-net_http (3.0.2) faraday-net_http (3.0.2)
ffi (1.15.5) ffi (1.15.5)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
google-protobuf (3.21.12)
google-protobuf (3.21.12-x86_64-linux) google-protobuf (3.21.12-x86_64-linux)
htmlbeautifier (1.4.2) htmlbeautifier (1.4.2)
htmlcompressor (0.4.0) htmlcompressor (0.4.0)
@ -98,6 +99,8 @@ GEM
tomlrb tomlrb
mixlib-shellout (3.2.7) mixlib-shellout (3.2.7)
chef-utils chef-utils
nokogiri (1.14.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux) nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
octokit (4.25.1) octokit (4.25.1)
@ -132,6 +135,7 @@ GEM
webrick (1.8.1) webrick (1.8.1)
PLATFORMS PLATFORMS
arm64-darwin-23
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES