Skip to content

Update docs with CEC LDES links #30

Update docs with CEC LDES links

Update docs with CEC LDES links #30

Workflow file for this run

name: pre-commit
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
with:
extra_args: --from-ref origin/main --to-ref HEAD