Skip to content

WCM-315: just a changelog entry for vivi-deployment PR #1051

WCM-315: just a changelog entry for vivi-deployment PR

WCM-315: just a changelog entry for vivi-deployment PR #1051

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
env:
PROJECT: vivi
BUILD_URL: "${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}"
concurrency: precommit_branch_${{github.ref_name}}
jobs:
pre-commit:
runs-on: zon-ubuntu-general-dind
permissions:
contents: read
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5.1.0
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1
- uses: slackapi/slack-github-action@v1.26.0
if: failure() && github.ref_name == 'main'
with:
channel-id: "${{secrets.SLACK_TEAM_CONTENT_CHANNEL_ID}}"
slack-message: ":small_red_triangle_down: <${{env.BUILD_URL}}|${{env.PROJECT}}> tests failed"
env:
SLACK_BOT_TOKEN: ${{secrets.SLACK_BOT_TOKEN}}