Skip to content

Update dependency com.jakemccrary:lein-test-refresh to v0.26.0 #63

Update dependency com.jakemccrary:lein-test-refresh to v0.26.0

Update dependency com.jakemccrary:lein-test-refresh to v0.26.0 #63

Workflow file for this run

name: Linter
on: [pull_request]
jobs:
spell-check:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.head_ref }}
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
locale: "US"
reporter: github-pr-review
filter_mode: file
clj-kondo:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.head_ref }}
- name: Lint Clojure
uses: nnichols/clojure-lint-action@v3
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
filter_mode: file