Skip to content

Bump bb to 1.3.187-SNAPSHOT in the readme #441

Bump bb to 1.3.187-SNAPSHOT in the readme

Bump bb to 1.3.187-SNAPSHOT in the readme #441

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