Skip to content

Bump activesupport from 6.1.7.3 to 6.1.7.6 (#790) #274

Bump activesupport from 6.1.7.3 to 6.1.7.6 (#790)

Bump activesupport from 6.1.7.3 to 6.1.7.6 (#790) #274

Workflow file for this run

name: SwiftLint
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
SwiftLint:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:0.52.2
steps:
- uses: actions/checkout@v3
- name: Run SwiftLint
run: swiftlint --strict