Skip to content

chore: add logs for ExpiringActivity - WPB-9221 #50

chore: add logs for ExpiringActivity - WPB-9221

chore: add logs for ExpiringActivity - WPB-9221 #50

Workflow file for this run

name: SwiftFormat
on:
pull_request:
merge_group:
types: [checks_requested]
# This is what will cancel the workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
SwiftFormat:
runs-on: ubuntu-latest
container:
image: ghcr.io/nicklockwood/swiftformat:0.54.0
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftFormat
run: |
swiftformat --lint ./WireAPI --reporter github-actions-log