Skip to content

Bump json from 2.18.0 to 2.19.2 #9

Bump json from 2.18.0 to 2.19.2

Bump json from 2.18.0 to 2.19.2 #9

Workflow file for this run

name: macOS 14
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
test:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Install SwiftLint
run: brew install swiftlint
- name: Lint
run: |
swiftlint --strict
- name: Pod lib lint
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec pod lib lint --allow-warnings
- name: Swift build & test
run: |
swift build
swift test