Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yetanalytics/workflow-linter
Small reusable workflow for clj-kondo linting
https://github.com/yetanalytics/workflow-linter
Last synced: 8 days ago
JSON representation
Small reusable workflow for clj-kondo linting
- Host: GitHub
- URL: https://github.com/yetanalytics/workflow-linter
- Owner: yetanalytics
- License: apache-2.0
- Created: 2023-01-26T19:12:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T19:36:32.000Z (4 months ago)
- Last Synced: 2024-08-30T15:50:24.092Z (4 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workflow-linter
Small reusable GitHub workflow for clj-kondo linting. Takes the following optional inputs:
| Input | Description | Default
| --- | --- | ---
| `clj-kondo-version` | Version of clj-kondo to install | `2024.08.01`
| `lint-directories` | List of directories to run linting on | `src/main src/test`See also: The [setup-clojure action](https://github.com/DeLaGuardo/setup-clojure) and [clj-kondo CI integration](https://github.com/clj-kondo/clj-kondo/blob/master/doc/ci-integration.md). Note that this action currently does not support custom configuration files for clj-kondo.