Skip to content

chore(deps): update crate-ci/typos action to v1.40.0 #252

chore(deps): update crate-ci/typos action to v1.40.0

chore(deps): update crate-ci/typos action to v1.40.0 #252

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2022-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: jekyll
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
jekyll:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.7
bundler-cache: true
- run: bundle config set --global path "$(pwd)/vendor/bundle"
- run: bundle install --no-color
- run: bundle exec jekyll build