Skip to content

Bump jdx/mise-action from 2.0.3 to 2.0.4 #164

Bump jdx/mise-action from 2.0.3 to 2.0.4

Bump jdx/mise-action from 2.0.3 to 2.0.4 #164

Workflow file for this run

name: Lint
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
lint:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/setup@v3
- run: 'asdf plugin-add yamlfmt .'
- uses: asdf-vm/actions/install@v3
- run: scripts/lint.bash