Skip to content

Migration from StoreKit 1 to StoreKit 2 #1090

Migration from StoreKit 1 to StoreKit 2

Migration from StoreKit 1 to StoreKit 2 #1090

Workflow file for this run

name: SwiftLint
on:
push:
branches: [ "main", "develop" ]
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.1.0