Skip to content

fix(deps): update dependency com.wallbrew:common-beer-format to v2.3.0 #208

fix(deps): update dependency com.wallbrew:common-beer-format to v2.3.0

fix(deps): update dependency com.wallbrew:common-beer-format to v2.3.0 #208

Workflow file for this run

name: Check cljdoc compatibility
on: ["pull_request", "workflow_dispatch"]
jobs:
check-cljdoc:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- 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/[email protected]
# 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