Skip to content

Commit dadbd6d

Browse files
fix: Remove test fomatting (useless with pre-commit)
1 parent 7a669c0 commit dadbd6d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@ jobs:
1111
- uses: act10ns/slack@v2
1212
with:
1313
status: starting
14-
message: Pull request opened successfully by ${{ github.event.pull_request.user.login }}
15-
if: always()
14+
message: Pull request has problems in initialising containers.
15+
if: failure()
1616
- uses: actions/checkout@v3 # Use to copy the files from current directory
17-
- name: Test formatting
18-
run: |
19-
echo "action_step='Test Formatting'" >> $GITHUB_ENV
20-
set -euxo
21-
docker-compose -f scripts/docker_lintage/docker-compose.yaml run format_test
2217
- name: Complexity
2318
run: |
2419
echo "action_step='Code Complexity'" >> $GITHUB_ENV

0 commit comments

Comments
 (0)