diff --git a/.github/workflows/pushpull.yaml b/.github/workflows/pushpull.yaml index ad1603d..e1b8b54 100644 --- a/.github/workflows/pushpull.yaml +++ b/.github/workflows/pushpull.yaml @@ -19,7 +19,7 @@ jobs: uses: "hacs/action@main" with: category: "integration" - ignore: brands issues + ignore: brands validate: runs-on: "ubuntu-latest" name: Validate @@ -44,14 +44,14 @@ jobs: flake8 --version flake8 . - - run: | - pip3 install isort - # isort --version - isort . --check-only -v +# - run: | +# pip3 install isort +# # isort --version +# isort . --check-only -v -# - run: | -# pip3 install yamllint -# yamllint --version -# yamllint . +# - run: | +# pip3 install yamllint +# yamllint --version +# yamllint . - run: if git ls-files | xargs file | grep CRLF; then exit 1; fi