Skip to content

debug-info: syzkaller: handle array types #3648

debug-info: syzkaller: handle array types

debug-info: syzkaller: handle array types #3648

Workflow file for this run

name: Lint and format
on: pull_request
permissions: read-all
jobs:
codestyle:
runs-on: ubuntu-latest
name: Codestyle
steps:
- name: Check out source repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0
- name: Set up Python environment
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v3.0.0
with:
python-version: "3.8"
- name: flake8 Lint post process
uses: py-actions/flake8@84ec6726560b6d5bd68f2a5bed83d62b52bb50ba # v2
with:
ignore: "E125,W503,W504,W605"
max-line-length: "100"
path: "src/"
- name: flake8 Lint python frontend
uses: py-actions/flake8@84ec6726560b6d5bd68f2a5bed83d62b52bb50ba # v2
with:
ignore: "E125,W503,W504,W605"
max-line-length: "100"
path: "frontends/python/"
- name: Install yapf
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: yapf code formatting
run: |
yapf -d -r ./src/fuzz_introspector/
yapf -d -r ./tools/auto-fuzz
yapf -d -r ./tools/web-fuzzing-introspection/app/webapp/
yapf -d ./tools/web-fuzzing-introspection/app/*.py
yapf -d -r ./tools/web-fuzzing-introspection/app/static/assets/db