Skip to content

isso: increase moderation.purge-after to 90d #486

isso: increase moderation.purge-after to 90d

isso: increase moderation.purge-after to 90d #486

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- name: Run pre-commit
uses: pre-commit/action@v3.0.0