Skip to content

chore(ci): Upgrade checkout action to v7 #2109

chore(ci): Upgrade checkout action to v7

chore(ci): Upgrade checkout action to v7 #2109

Workflow file for this run

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