Skip to content

Adopt feedbacks from upstream #68

Adopt feedbacks from upstream

Adopt feedbacks from upstream #68

Workflow file for this run

name: 👕
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
dprint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: dprint/check@2f1cf31537886c3bfb05591c031f7744e48ba8a1 # v2.2
with:
dprint-version: '0.47.2' # 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:
files: |
.
.github
.vscode
stylua:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
# Pinning because of needed the GITHUB_TOKEN
- uses: JohnnyMorganz/stylua-action@b6661824b86c9c33121bed87a778b660ba90cf77 # v4.0.0
with:
token: ${{ github.token }}
version: '0.20.0' # selfup {"extract":"\\d\\.\\d+\\.\\d+","replacer":["stylua", "--version"], "nth": 2}
args: --check .