Skip to content

Commit

Permalink
Inject secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jvia committed Jan 11, 2024
1 parent a924c09 commit 21cde6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: deps
run: lein deps

- name: lint
run: lein clj-kondo --lint src test

- name: cljfmt
run: lein cljfmt check

- name: test
run: lein test

- name: snapshot
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
run: lein deploy snapshots

0 comments on commit 21cde6b

Please sign in to comment.