Skip to content

Commit

Permalink
[bot] synced file(s) with Wall-Brew-Co/rebroadcast (#101)
Browse files Browse the repository at this point in the history
* [bot] synced local '.github/workflows/deploy_to_clojars.yml' with remote 'sources/github-actions/workflows/deploy_to_clojars.yml'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast

* [bot] synced local '.github/workflows/lint.yml' with remote 'sources/github-actions/workflows/lint.yml'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast
  • Loading branch information
WallBrewBot authored May 4, 2024
1 parent 167ace0 commit 72294d5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy_to_clojars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ jobs:
${{ runner.os }}-clj
- name: Install Clojure dependencies
run: |
lein deps && lein project-version
run: lein deps

- name: Validate Changelog Status
run: lein sealog check

- name: Display Version
run: lein sealog version

- name: Run sanity tests
run: lein test
Expand All @@ -42,7 +47,7 @@ jobs:

- name: Resolve version
id: versionchk
run: echo "::set-output name=VERSION::$(lein project-version)"
run: echo "VERSION=$(lein sealog version project.clj | tail -n 1)" >> $GITHUB_OUTPUT

- name: Push Tag
uses: hole19/git-tag-action@v1.0
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,17 @@ jobs:
level: error
filter_mode: file

sealog:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.4
with:
ref: ${{ github.head_ref }}

- name: Validate Sealog Entries
run: lein sealog check

# 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/lint.yml

0 comments on commit 72294d5

Please sign in to comment.