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

Add event name min-length limit #120

Add event name min-length limit

Add event name min-length limit #120

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-python
- uses: ./.github/actions/setup-npm
- run: pre-commit run --show-diff-on-failure --color=always --all-files