Skip to content

Bump @types/estree from 1.0.1 to 1.0.2 #6

Bump @types/estree from 1.0.1 to 1.0.2

Bump @types/estree from 1.0.1 to 1.0.2 #6

Workflow file for this run

name: CI
on: [ push ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
id-token: write
contents: read
packages: read
jobs:
test:
uses: ./.github/workflows/workflow_test.yml
analysis:
uses: ./.github/workflows/workflow_static-analysis.yml
success_notification:
uses: ./.github/workflows/workflow_slack-notification.yml
needs: [ test, analysis ]
if: ${{ success() }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
DISPLAYED_USERNAME: Auth Cloud TouchPoint SDK CI
MESSAGE: 'CI run completed successfully! :tada: :tada:'
COLOR: good
failure_notification:
uses: ./.github/workflows/workflow_slack-notification.yml
needs: [ test, analysis ]
if: ${{ failure() }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
DISPLAYED_USERNAME: Auth Cloud TouchPoint SDK CI
MESSAGE: 'CI run failed! Shame! Shame! :sadpanda: :sadpanda:'
COLOR: danger