Skip to content

upgrade ruby and bundler version #4591

upgrade ruby and bundler version

upgrade ruby and bundler version #4591

Workflow file for this run

---
# See: https://github.com/crate-ci/typos/blob/master/docs/github-action.md
name: Prevent typos
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
check_typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
with:
config: .github/.typos_config.toml