Update docker.io/koenkk/zigbee2mqtt Docker tag to v1.33.2 #759
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Run pre-commit hooks | |
on: # yamllint disable-line rule:truthy | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
pre-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
python-version: 3.x | |
- run: | | |
sed -i '/vars_files/I,+1 d' main.yaml | |
sed -i '/vault_password_file/d' ansible.cfg | |
- uses: pre-commit/[email protected] |