Skip to content

debugging: allow targets outside vcml modules #779

debugging: allow targets outside vcml modules

debugging: allow targets outside vcml modules #779

Workflow file for this run

name: style
on:
push:
branches:
- 'main'
- 'dev**'
pull_request:
branches:
- 'main'
jobs:
style:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Check code style
run: ./utils/format.py -n