File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,8 @@ The template generates a Clojure project with the following structure:
4545
4646
4747```
48- ├── .clj-kondo/ # Clojure linting cache, imports and configuration
49- │ └── config.edn # Clojure linting configuration
48+ ├── .clj-kondo/ # Clojure linting configuration
5049├── .github/ # GitHub Actions workflows and configurations
51- │ ├── actions/ # Common actions for workflows
52- │ └── workflows/ # GitHub Actions workflow definitions
53- │ ├── checks.yaml # Lint, format, test and check outdated deps on push
54- │ └── deploy.yaml # Deployment workflow
5550├── .kamal/ # Kamal secrets template (_only used if you use Kamal_)
5651├── config/ # Kamal deployment configuration (_only used if you use Kamal_)
5752├── db/ # Database files directory (_only used if you use SQLite_)
You can’t perform that action at this time.
0 commit comments