Skip to content

refactor: improve file deletion in git storage #67

refactor: improve file deletion in git storage

refactor: improve file deletion in git storage #67

Workflow file for this run

name: Lint project with clj-kondo
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2024.01.01'
- name: Run clj-kondo
run: clj-kondo --lint src test