Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Bump elm-review from 2.11.2 to 2.12.0 (#531) #246

Bump elm-review from 2.11.2 to 2.12.0 (#531)

Bump elm-review from 2.11.2 to 2.12.0 (#531) #246

Workflow file for this run

name: πŸ‘•
on:
push:
branches: [main]
pull_request:
jobs:
dprint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: dprint/[email protected]
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@v4
- uses: crate-ci/[email protected] # selfup { "extract": "\\d\\.\\d+\\.\\d+", "replacer": ["typos", "--version"], "nth": 2 }
with:
# https://github.com/crate-ci/typos/issues/779#issuecomment-1635741586
files: |
.
.github
.vscode
yamlfmt:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- name: Install yamlfmt
run: go install github.com/google/yamlfmt/cmd/[email protected] # TODO: Apply selfup after https://github.com/google/yamlfmt/pull/180
- run: yamlfmt -lint .