Skip to content

Commit

Permalink
Don't lint JS with a Python linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Sep 11, 2023
1 parent d6c097e commit b2236e3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
with:
fetch-depth: 0

- name: Check formatting
uses: rickstaa/action-black@v1
id: action_black
with:
black_args: "--check src"

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down Expand Up @@ -77,7 +71,7 @@ jobs:
run: |
git fetch --all --tags
echo "VERSION=$(git describe --tags)" >> $GITHUB_OUTPUT
g
- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit b2236e3

Please sign in to comment.