Skip to content

Update .swiftlint.yml (#178) #906

Update .swiftlint.yml (#178)

Update .swiftlint.yml (#178) #906

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
jobs:
full-build:
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Full Build
run: ./fullbuild.sh
- name: Smoke Test
run: ./smoketest.sh
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.4
xcframework:
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Print Swift version
run: swift --version
- name: Build xcframework
working-directory: ./SplunkRumWorkspace/SplunkRum
run: ./build_binaries.sh
- name: Upload xcframework
uses: actions/upload-artifact@v3.1.3
with:
name: SplunkOtel.xcframework
path: ./SplunkRumWorkspace/SplunkRum/xcframeworks/SplunkOtel.xcframework
check_links:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true