Skip to content

chore(deps): lock file maintenance #198

chore(deps): lock file maintenance

chore(deps): lock file maintenance #198

Workflow file for this run

name: Check cljdoc compatibility
on: ["pull_request", "workflow_dispatch"]
jobs:
check-cljdoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- 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