Skip to content

fix(deps): update dependency com.wallbrew:spoon to v1.4.0 #298

fix(deps): update dependency com.wallbrew:spoon to v1.4.0

fix(deps): update dependency com.wallbrew:spoon to v1.4.0 #298

Workflow file for this run

name: Check cljdoc compatibility
on: ["pull_request", "workflow_dispatch"]
jobs:
check-cljdoc:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- name: Cache maven dependencies
uses: actions/cache@v4
env:
cache-name: cache-maven
with:
path: ~/.m2
save-always: true
key: ${{ runner.os }}-clj-${{ hashFiles('**/project.clj') }}
restore-keys: |
${{ runner.os }}-clj
- name: Package the library as a jar
run: lein jar
- name: cljdoc Check
uses: cljdoc/cljdoc-check-action@v0.0.3
# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/cljdoc_test.yml