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

Update README.md to redirect to valence repo #152

Update README.md to redirect to valence repo

Update README.md to redirect to valence repo #152

Workflow file for this run

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