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

Bump to v1.4.0

Bump to v1.4.0 #18

Workflow file for this run

name: Pre-Commit Checks
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout code
- uses: actions/setup-python@v3
name: Setup Python
- uses: pre-commit/[email protected]
name: Run Pre-Commit Checks