Skip to content

Bump kotlinx-coroutines from 1.9.0 to 1.10.1 in /android #263

Bump kotlinx-coroutines from 1.9.0 to 1.10.1 in /android

Bump kotlinx-coroutines from 1.9.0 to 1.10.1 in /android #263

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