Skip to content

Update lib to run with feat/db branch and ensure file graph still runs #32

Update lib to run with feat/db branch and ensure file graph still runs

Update lib to run with feat/db branch and ensure file graph still runs #32

Workflow file for this run

name: CI
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Set up Clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: 1.11.1.1237
- name: Run clj-kondo lint
run: clojure -M:clj-kondo --lint src
- name: Check outdated dependencies
uses: liquidz/antq-action@main
with:
excludes: 'clojure/brew-install'