Skip to content

git: note about needs-push? and branches #418

git: note about needs-push? and branches

git: note about needs-push? and branches #418

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: '2025.04.07'
- name: Lint
run: clj-kondo --lint src:test --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'