Skip to content

fix: typo 'permissive' instead of 'premissive' (#133) #225

fix: typo 'permissive' instead of 'premissive' (#133)

fix: typo 'permissive' instead of 'premissive' (#133) #225

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
taplo-lint:
name: taplo lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: uncenter/setup-taplo@v1
with:
version: "0.9.3"
- run: taplo fmt --check