Skip to content

mc/in-app-purchases-example #38

mc/in-app-purchases-example

mc/in-app-purchases-example #38

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: SwiftLint
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: SwiftLint
run: |
swiftlint --reporter github-actions-logging --strict