Skip to content

Commit

Permalink
Raise constant definition limit (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored May 9, 2024
1 parent b40d3ee commit 077033b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ jobs:
echo "::add-matcher::.github/workflows/matchers/lint-python.json"
echo "::add-matcher::.github/workflows/matchers/python.json"
- name: Dont move consts
run: |
sed -i 's#if len(uses) < 3:#if len(uses) < 4:#' script/ci-custom.py
git update-index --assume-unchanged script/ci-custom.py
working-directory: ${{ env.esphome_directory }}

- name: Lint Custom
run: script/ci-custom.py -c
working-directory: ${{ env.esphome_directory }}
Expand Down

0 comments on commit 077033b

Please sign in to comment.