Skip to content

Add 100 Samples Per Regex / JSON Schema #41

Add 100 Samples Per Regex / JSON Schema

Add 100 Samples Per Regex / JSON Schema #41

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
style:
name: Check the code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/[email protected]