Skip to content

Commit

Permalink
Update test_esptool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jun 21, 2024
1 parent 7430b68 commit e085f69
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,3 @@ jobs:
./ci/setup_ci_build_env.sh
make -C flasher_stub V=1
cd flasher_stub && python ./compare_stubs.py
lint_esptool:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master

- name: Lint and format with ruff
run: |
pip install --extra-index-url https://dl.espressif.com/pypi -e .[dev]
python -m ruff check
python -m ruff format

0 comments on commit e085f69

Please sign in to comment.