Skip to content

socket-array: error out if accessing a non-existent socket index at s… #786

socket-array: error out if accessing a non-existent socket index at s…

socket-array: error out if accessing a non-existent socket index at s… #786

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