Skip to content

initial AutoTuner config for asap7 cva6 #2608

initial AutoTuner config for asap7 cva6

initial AutoTuner config for asap7 cva6 #2608

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@v3
- uses: psf/black@stable