Skip to content

Add runtime and imports to TUI, as well as a few extra features. Adde… #43

Add runtime and imports to TUI, as well as a few extra features. Adde…

Add runtime and imports to TUI, as well as a few extra features. Adde… #43

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
- dev
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}