Skip to content

Notification: Right-click to toggle Do Not Disturb #295

Notification: Right-click to toggle Do Not Disturb

Notification: Right-click to toggle Do Not Disturb #295

Workflow file for this run

name: Pre-commit Checks
on:
push:
pull_request:
branches: [master, main]
jobs:
pre-commit-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: run pre-commit hooks
uses: j178/prek-action@v1