We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a669c0 commit dadbd6dCopy full SHA for dadbd6d
.github/workflows/build.yml
@@ -11,14 +11,9 @@ jobs:
11
- uses: act10ns/slack@v2
12
with:
13
status: starting
14
- message: Pull request opened successfully by ${{ github.event.pull_request.user.login }}
15
- if: always()
+ message: Pull request has problems in initialising containers.
+ if: failure()
16
- 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
22
- name: Complexity
23
run: |
24
echo "action_step='Code Complexity'" >> $GITHUB_ENV
0 commit comments