Skip to content

debug(laser af): only catch Exception, print exec_info, indicate fail… #118

debug(laser af): only catch Exception, print exec_info, indicate fail…

debug(laser af): only catch Exception, print exec_info, indicate fail… #118

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# NOTE(imo): This 3.13 python version is just for black to be able to use the use_pyproject option. We
# don't actually require 3.13 in our code!
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- uses: psf/black@stable
with:
options: "--config software/pyproject.toml --check --verbose"
src: "./software/"