Skip to content

Added (untested) tstats runtime. More foundation setting for runtime … #37

Added (untested) tstats runtime. More foundation setting for runtime …

Added (untested) tstats runtime. More foundation setting for runtime … #37

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/action@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}