Skip to content

Do not change the PC when accessing memory #109

Do not change the PC when accessing memory

Do not change the PC when accessing memory #109

Workflow file for this run

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