Skip to content

Add optional argument of table schema source #51

Add optional argument of table schema source

Add optional argument of table schema source #51

Workflow file for this run

name: Lint Clojure
on: [pull_request]
jobs:
clj-kondo:
name: runner / clj-kondo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: clj-kondo
uses: nnichols/clojure-lint-action@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
level: warning