Skip to content

Update Bluebird_02.yml #1572

Update Bluebird_02.yml

Update Bluebird_02.yml #1572

Workflow file for this run

name: pycodestyle
on:
push:
pull_request:
workflow_dispatch:
jobs:
pycodestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pycodestyle
run: pip install pycodestyle
- name: Run pycodestyle
run: pycodestyle . --exclude python/ccsds,docs,tools,tests,examples,python/bindings