Skip to content

Bump serde_json from 1.0.134 to 1.0.138 in /common #295

Bump serde_json from 1.0.134 to 1.0.138 in /common

Bump serde_json from 1.0.134 to 1.0.138 in /common #295

Workflow file for this run

name: Check for Typos
on:
pull_request:
branches: [ main ]
jobs:
typos:
runs-on: macos-15
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ios-swiftformat
cancel-in-progress: true
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run typos
uses: crate-ci/typos@master