Skip to content

Bump crate-ci/typos from 1.19.0 to 1.20.3 #39

Bump crate-ci/typos from 1.19.0 to 1.20.3

Bump crate-ci/typos from 1.19.0 to 1.20.3 #39

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
typo:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected]
with:
# https://github.com/crate-ci/typos/issues/779#issuecomment-1635761199
files: |
.
.github
.vscode
format:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go to install yamlfmt
uses: actions/setup-go@v5
- name: Install yamlfmt
run: |
go install github.com/google/yamlfmt/cmd/[email protected]
- uses: dprint/[email protected]
with:
dprint-version: 0.45.0