Skip to content

Update Some Things

Update Some Things #30

Workflow file for this run

name: Lint
on:
pull_request: {}
jobs:
core-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Core no-OO linter (informational only)
run: |
bash tools/check_no_oo.sh Core || true