Skip to content

fix(release): unique asset names + bump artifact actions #14

fix(release): unique asset names + bump artifact actions

fix(release): unique asset names + bump artifact actions #14

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
checks: write
jobs:
clj-kondo:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: DeLaGuardo/clojure-lint-action@18932a78c85cad1acef494181cc82d918492131a # v1
with:
clj-kondo-args: --lint src
check-name: clj-kondo
github_token: ${{ secrets.GITHUB_TOKEN }}
actionlint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Check workflow files
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash
format:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: turtlequeue/setup-babashka@d78ec6570aea3b614bc695cafcceb82eb45c2af9 # v1.8.0
with:
babashka-version: 1.12.218
- name: Check formatting (zprint)
run: bb fmt check