Skip to content

Objectathon Example Vector and String Handling #1241

Objectathon Example Vector and String Handling

Objectathon Example Vector and String Handling #1241

Workflow file for this run

name: Format
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0