Skip to content

feat: Add expired/actor_target check to has_muted_word #120

feat: Add expired/actor_target check to has_muted_word

feat: Add expired/actor_target check to has_muted_word #120

Workflow file for this run

name: Clippy
on:
pull_request:
branches: ["main"]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: giraffate/clippy-action@v1
with:
reporter: "github-pr-check"
github_token: ${{ secrets.GITHUB_TOKEN }}