Skip to content

Update changelog for #979 #1757

Update changelog for #979

Update changelog for #979 #1757

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.12"
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
- uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
if: failure() && github.ref_name == 'main'
with:
method: chat.postMessage
token: ${{secrets.SLACK_BOT_TOKEN}}
payload: |
channel: "${{secrets.SLACK_TEAM_CONTENT_CHANNEL_ID}}"
text: ":small_red_triangle_down: <${{env.BUILD_URL}}|${{env.PROJECT}}> tests failed"