-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
1 parent
c5d08d0
commit e25456f
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,22 @@ jobs: | |
with: | ||
ref: ${{ github.head_ref }} | ||
|
||
- name: Setup Java | ||
id: install-java | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'adopt' | ||
java-version: '21' | ||
# This should match system.properties | ||
|
||
- name: Install Leiningen | ||
id: install-leiningen | ||
uses: DeLaGuardo/[email protected] | ||
with: | ||
lein: 'latest' | ||
clj-kondo: 'latest' | ||
cljstyle: 'latest' | ||
|
||
- name: Cache Maven Dependencies | ||
id: cache-maven | ||
uses: actions/cache@v4 | ||
|
@@ -74,6 +90,10 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-clj | ||
- name: Echo Leiningen Version | ||
id: lein-version | ||
run: lein -v | ||
|
||
- name: Validate Sealog Entries | ||
id: validate-changelog | ||
run: lein sealog check | ||
|
@@ -89,6 +109,22 @@ jobs: | |
with: | ||
ref: ${{ github.head_ref }} | ||
|
||
- name: Setup Java | ||
id: install-java | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'adopt' | ||
java-version: '21' | ||
# This should match system.properties | ||
|
||
- name: Install Leiningen | ||
id: install-leiningen | ||
uses: DeLaGuardo/[email protected] | ||
with: | ||
lein: 'latest' | ||
clj-kondo: 'latest' | ||
cljstyle: 'latest' | ||
|
||
- name: Cache Maven Dependencies | ||
id: cache-maven | ||
uses: actions/cache@v4 | ||
|
@@ -100,6 +136,10 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-clj | ||
- name: Echo Leiningen Version | ||
id: lein-version | ||
run: lein -v | ||
|
||
- name: Validate Bouncer Rules | ||
id: validate-bouncer | ||
run: lein bouncer check | ||
|