Skip to content

[python] - setuptools - GHSA-cx63-2mw6-8hw5 - v69.0.3 to v70.0.0 (#1219) #944

[python] - setuptools - GHSA-cx63-2mw6-8hw5 - v69.0.3 to v70.0.0 (#1219)

[python] - setuptools - GHSA-cx63-2mw6-8hw5 - v69.0.3 to v70.0.0 (#1219) #944

Workflow file for this run

name: Smoke test "cpp" build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
paths:
- src/cpp/**
- .github/workflows/smoke-cpp.yaml
- .github/actions/**
- build/**
jobs:
smoke-test:
name: Smoke test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
- name: Smoke test
id: smoke_test
uses: ./.github/actions/smoke-test
with:
image: cpp