Skip to content

Merge branch 'main' into mise #107

Merge branch 'main' into mise

Merge branch 'main' into mise #107

Workflow file for this run

name: lint
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install mise
uses: jdx/mise-action@v3
- name: Run linters
run: mise lint