Skip to content

feat: add document interface and expand to include timestamp and blobs #3740

feat: add document interface and expand to include timestamp and blobs

feat: add document interface and expand to include timestamp and blobs #3740

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Run ktlint
run: ./gradlew ktlint
swiftlint:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:0.54.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Run swiftlint
run: swiftlint --reporter github-actions-logging