Skip to content

tests: add an encoding roundtrip for Struct #886

tests: add an encoding roundtrip for Struct

tests: add an encoding roundtrip for Struct #886

Workflow file for this run

name: Code Quality
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
check-formatting:
name: Check code/doc formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]