File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : act10ns/slack@v2
1212 with :
13+ config : .github/config/slack.yml
1314 status : starting
1415 message : Pull request has problems in initialising containers.
1516 if : failure()
2829 docker-compose -f scripts/docker_lintage/docker-compose.yaml run coverage
2930 - uses : act10ns/slack@v2
3031 with :
32+ config : .github/config/slack.yml
3133 status : ${{job.status}}
3234 message : Shame on ${{ github.event.pull_request.user.login }}! Your Code is not compliant with ${{ env.action_step }}.
3335 # channel: '#general'
3739 docker-compose -f scripts/docker_lintage/docker-compose.yaml run unittest
3840 - uses : act10ns/slack@v2
3941 with :
42+ config : .github/config/slack.yml
4043 status : ${{job.status}}
4144 steps : ${{toJson(steps)}}
4245 if : always()
You can’t perform that action at this time.
0 commit comments