Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 27, 2024
1 parent 5837c88 commit 93da677
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
run-checks:
environment: test
runs-on: ubuntu-latest
container: clojure:latest
services:
Expand Down Expand Up @@ -55,3 +56,11 @@ jobs:
KAFKA_REST_PROXY_HOST: kafka-rest
- name: lint
run: lein clj-kondo --lint src test || true
- name: deploy_snapshot
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
run: |
git config --global --add safe.directory /__w/jackdaw/jackdaw
lein do jar, pom, deploy clojars

0 comments on commit 93da677

Please sign in to comment.