Skip to content

Fix top level script bundling #14

Fix top level script bundling

Fix top level script bundling #14

Workflow file for this run

name: Code style
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- uses: pre-commit/action@v2.0.3