Skip to content

chore(deps): Update coverage requirement from ~=7.3.0 to ~=7.10.7 #9

chore(deps): Update coverage requirement from ~=7.3.0 to ~=7.10.7

chore(deps): Update coverage requirement from ~=7.3.0 to ~=7.10.7 #9

name: Check Code Standard
on:
pull_request:
types: [opened, synchronize]
jobs:
run_check_standard:
strategy:
fail-fast: false
matrix:
python_version: ['3.10', '3.13']
uses: intel/mfd/.github/workflows/check_code_standard.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
REPOSITORY_NAME: ${{ github.event.pull_request.head.repo.full_name }}
BRANCH_NAME: ${{ github.head_ref }}
PYTHON_VERSION: ${{ matrix.python_version }}