Skip to content

Commit

Permalink
Update pushpull.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard33 authored Mar 1, 2021
1 parent 729bec9 commit 3c4d1c2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pushpull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands issues
ignore: brands
validate:
runs-on: "ubuntu-latest"
name: Validate
Expand All @@ -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

0 comments on commit 3c4d1c2

Please sign in to comment.