Skip to content

Examples for the accompanying blog post on search labs on how to use … #824

Examples for the accompanying blog post on search labs on how to use …

Examples for the accompanying blog post on search labs on how to use … #824

Workflow file for this run

name: pre-commit
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/action@v3.0.0