Skip to content

Bump crate-ci/typos from 1.24.3 to 1.24.5 (#929) #842

Bump crate-ci/typos from 1.24.3 to 1.24.5 (#929)

Bump crate-ci/typos from 1.24.3 to 1.24.5 (#929) #842

Workflow file for this run

name: 👕
on:
push:
branches: [main]
paths-ignore:
- 'dist/**'
pull_request:
paths-ignore:
- 'dist/**'
workflow_dispatch:
jobs:
deno_lint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: denoland/setup-deno@fa660b328d065f7683e7303976bd81e2d58e98ae # v1.4.1
with:
deno-version: '1.44.3' # selfup {"extract":"\\d[^']+","replacer":["bash","-c","deno --version | head -n 1"], "nth": 2}
- run: deno lint
dprint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: dprint/check@2f1cf31537886c3bfb05591c031f7744e48ba8a1 # v2.2
with:
dprint-version: '0.45.1' # selfup { "extract": "\\d[^']+", "replacer": ["dprint", "--version"], "nth": 2 }
typos:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
# Intentionally point to the latest version, not the version bound by nix.
# Because getting commit ref from version string requires network access.
- uses: crate-ci/typos@945d407a5fc9097f020969446a16f581612ab4df # v1.24.5
with:
files: |-
.
.github
.vscode