Skip to content

ci: migrate linting to mise tool #109

ci: migrate linting to mise tool

ci: migrate linting to mise tool #109

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 run lint