Skip to content

Merge pull request #184 from kachick/fix-ci-failure-in-ruby-head #287

Merge pull request #184 from kachick/fix-ci-failure-in-ruby-head

Merge pull request #184 from kachick/fix-ci-failure-in-ruby-head #287

Workflow file for this run

name: 👕
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
jobs:
dprint:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dprint/check@v2.2
with:
dprint-version: '0.45.0' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" }
typos:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.20.3 # selfup { "regex": "\\d\\.\\d+\\.\\d+", "script": "typos --version | cut -d ' ' -f 2" }
with:
files: |
.
.github
.vscode