Skip to content

Handler to take single event param & ret w/ compojure dispatch #178

Handler to take single event param & ret w/ compojure dispatch

Handler to take single event param & ret w/ compojure dispatch #178

Workflow file for this run

name: clj-kondo
on:
push:
branches:
- "*"
paths-ignore:
- "*.adoc"
pull_request:
paths-ignore:
- "*.adoc"
jobs:
clj-kondo:
name: clj-kondo
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: nnichols/clojure-lint-action@v2
with:
pattern: "*.clj"
fail_on_error: true
github_token: ${{ secrets.github_token }}
reporter: github-pr-review