RAMI-67: Add database build extension to load and evaluate Puse library SQL folder. #356
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |