Skip to content

Update setup_build.yml to support GUI branch as input #369

Update setup_build.yml to support GUI branch as input

Update setup_build.yml to support GUI branch as input #369

Workflow file for this run

name: Ruff
on:
pull_request:
push:
branches: [ master ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: check --ignore E741,F841
src: ./cea