Backup and Restore: Tar/Bundle-based Repository Snapshots for ChronDB #298
Workflow file for this run
This file contains hidden or 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: Lint project with clj-kondo | |
| on: [push, pull_request] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| env: | |
| ACTIONS_ALLOW_UNSECURE_COMMANDS: true | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: DeLaGuardo/setup-clj-kondo@v1 | |
| with: | |
| version: '2024.11.14' | |
| - name: Run clj-kondo | |
| run: clj-kondo --lint src test |