Skip to content

Consider the host and port number in the :database settings of config… #324

Consider the host and port number in the :database settings of config…

Consider the host and port number in the :database settings of config… #324

Workflow file for this run

name: clj-kondo linter
on:
pull_request:
branches:
- main
jobs:
clj-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeLaGuardo/clojure-lint-action@master
with:
clj-kondo-args: --lint src test
github_token: ${{ secrets.GITHUB_TOKEN }}