Skip to content

Bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 (#208) #420

Bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 (#208)

Bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 (#208) #420

Workflow file for this run

name: ci.yml – Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: "Test with Jekyll ${{ matrix.jekyll }}"
runs-on: "ubuntu-latest"
strategy:
matrix:
jekyll: ["~> 4.3.4", "~>4.4.1"]
env:
JEKYLL_VERSION: ${{ matrix.jekyll }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit
- name: Checkout Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set Up Ruby 3.4.5
uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
with:
ruby-version: 3.4.5
bundler-cache: true
# - name: Run tests
# run: script/cibuild