Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Update actions/labeler action to v5 #60

Update actions/labeler action to v5

Update actions/labeler action to v5 #60

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@v3.5.3
with:
ref: ${{ github.head_ref }}
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.WALL_BREW_BOT_PAT }}
locale: "US"
reporter: github-pr-review
filter_mode: file
clj-kondo:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3.5.3
with:
ref: ${{ github.head_ref }}
- name: Lint Clojure
uses: nnichols/clojure-lint-action@v2
with:
github_token: ${{ secrets.WALL_BREW_BOT_PAT }}
reporter: github-pr-review
filter_mode: file