Skip to content

chore: Pin github actions. #53

chore: Pin github actions.

chore: Pin github actions. #53

Workflow file for this run

name: libs/networking
on:
push:
branches: [ main ]
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [ main, "feat/**" ]
paths-ignore:
- '**.md'
jobs:
build-test-networking:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/ci
with:
cmake_target: launchdarkly-cpp-networking
use_curl: 'true'
# Project doesn't have tests at this time.
run_tests: 'false'