Skip to content

Add Function example for pooling db connections WIP #434

Add Function example for pooling db connections WIP

Add Function example for pooling db connections WIP #434

Workflow file for this run

name: clj-kondo
on:
push:
branches:
- "*"
paths-ignore:
- "*.adoc"
pull_request:
paths-ignore:
- "*.adoc"
jobs:
clj-kondo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DeLaGuardo/clojure-lint-action@master
with:
clj-kondo-args: --lint template/bb examples
github_token: ${{ secrets.GITHUB_TOKEN }}