Skip to content

Bump kachick/wait-other-jobs from 1 to 2 #53

Bump kachick/wait-other-jobs from 1 to 2

Bump kachick/wait-other-jobs from 1 to 2 #53

Workflow file for this run

name: Linters
on:
push:
branches: [main]
pull_request:
jobs:
dprint:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dprint/check@v2.2
with:
dprint-version: '0.40.2' # 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.16.15 # selfup { "regex": "\\d\\.\\d+\\.\\d+", "script": "typos --version | cut -d ' ' -f 2" }
with:
# https://github.com/crate-ci/typos/issues/779#issuecomment-1635741586
files: |
.
.github
.vscode