Skip to content

chore: update something minor #93

chore: update something minor

chore: update something minor #93

Workflow file for this run

name: "[Repo CI] Python Code"
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Initial setup
shell: bash -l {0}
run: make init
- uses: pre-commit/action@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}