Skip to content

Add SNAX specific events to the tracing script #1457

Add SNAX specific events to the tracing script

Add SNAX specific events to the tracing script #1457

name: Code Formatting
on:
pull_request:
push:
branches: [main]
jobs:
code-formatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run code formatting checks with pre-commit
uses: pre-commit/[email protected]