Skip to content

wip: bunch more component refactors #338

wip: bunch more component refactors

wip: bunch more component refactors #338

Workflow file for this run

name: Clj-kondo linting
on: push
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup clj-kondo
uses: DeLaGuardo/[email protected]
with:
clj-kondo: '2024.11.14'
- name: Lint
run: clj-kondo --lint src:test --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'