Skip to content

Split SystemVerilog, Verilog and VHDL #291

Split SystemVerilog, Verilog and VHDL

Split SystemVerilog, Verilog and VHDL #291

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
- name: Install Black
run: python -m pip install -U black
- name: Check formatting
run: python -m black --check .