Skip to content

Added Fastlane workflows #2

Added Fastlane workflows

Added Fastlane workflows #2

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ develop, release/*, main ]
permissions:
checks: read
contents: read
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Run linters
uses: wearerequired/lint-action@v2
with:
rubocop: true
swiftlint: true