Skip to content

Show new events at the top of the events page #2428

Show new events at the top of the events page

Show new events at the top of the events page #2428

Workflow file for this run

name: Inspect
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Preform pre-commit analysis
uses: pre-commit/action@v2.0.0