Skip to content

Bump charset-normalizer from 3.3.2 to 3.4.1 #616

Bump charset-normalizer from 3.3.2 to 3.4.1

Bump charset-normalizer from 3.3.2 to 3.4.1 #616

name: Run tests status check.
# Runs tests when updating patches or the ci pipeline
on:
# Triggers the workflow on push or pull request events but only for the main branch
pull_request:
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
hardening:
name: Harden runner
uses: ./.github/workflows/hardening.yaml
call-run-tests:
needs: hardening
uses: ./.github/workflows/run-tests.yaml