Skip to content

Update gdbinit-gep.py with [TAB] and [BTAB] for fzf list navigation #79

Update gdbinit-gep.py with [TAB] and [BTAB] for fzf list navigation

Update gdbinit-gep.py with [TAB] and [BTAB] for fzf list navigation #79

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
strategy:
fail-fast: false
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python3 -m pip install --user mypy ruff types-gdb prompt_toolkit==3.0.40 vermin
sudo apt-get update && sudo apt-get install -y shellcheck shfmt
- name: Run linters
run: |
./lint.sh