Skip to content

Update dependency org.clojure:data.xml to v0.2.0-alpha9 #76

Update dependency org.clojure:data.xml to v0.2.0-alpha9

Update dependency org.clojure:data.xml to v0.2.0-alpha9 #76

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.1
- 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