Skip to content

feat(mcp_readability): record the tool surface each run was judged against #2226

feat(mcp_readability): record the tool surface each run was judged against

feat(mcp_readability): record the tool surface each run was judged against #2226

Workflow file for this run

on:
pull_request:
branches:
- main
name: pycodestyle
permissions: read-all
jobs:
pycodestyle:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.8"
- name: Install pycodestyle
run: |
sudo apt update
sudo apt install pycodestyle -y
- name: Run pycodestyle
run: |
pycodestyle . --config=.pycodestyle