Skip to content

Merge pull request #71 from NREL/bnb32-patch-1 #640

Merge pull request #71 from NREL/bnb32-patch-1

Merge pull request #71 from NREL/bnb32-patch-1 #640

Workflow file for this run

name: Lint Code Base
on:
push:
branches-ignore:
- 'gh-pages'
jobs:
ruff:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1