Skip to content

chore(deps): bump github.com/realm/swiftlint from 0.56.1 to 0.56.2 #32

chore(deps): bump github.com/realm/swiftlint from 0.56.1 to 0.56.2

chore(deps): bump github.com/realm/swiftlint from 0.56.1 to 0.56.2 #32

Workflow file for this run

name: Checks
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
uses: norio-nomura/action-swiftlint@3.2.1
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: swift test -v