Skip to content

updating README with new install method #26

updating README with new install method

updating README with new install method #26

Workflow file for this run

name: "pre-commit"
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'