Skip to content

Add CI and update Readme #1

Add CI and update Readme

Add CI and update Readme #1

Workflow file for this run

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