Skip to content

Tightened up hercules_is_int/hercules_idecode core area #5168

Tightened up hercules_is_int/hercules_idecode core area

Tightened up hercules_is_int/hercules_idecode core area #5168

Workflow file for this run

name: Lint Python
on: [push, pull_request]
jobs:
lint:
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v6
- uses: psf/black@stable