Skip to content

CFE-4359: Update regex strings to raw to squelch warnings introduced with python 3.12 (3.18) #905

CFE-4359: Update regex strings to raw to squelch warnings introduced with python 3.12 (3.18)

CFE-4359: Update regex strings to raw to squelch warnings introduced with python 3.12 (3.18) #905

Workflow file for this run

name: Continuous Integration
on:
# run this workflow on pull_request activity
# this includes opening and pushing more commits
pull_request:
branches: [ master, 3.18.x, 3.15.x ]
jobs:
style_check:
uses: ./.github/workflows/style_check.yml
tests:
needs: style_check
uses: ./.github/workflows/tests.yml
valgrind:
needs: style_check
uses: ./.github/workflows/valgrind.yml