Skip to content

Rename library to ShopifyCheckoutKit #224

Rename library to ShopifyCheckoutKit

Rename library to ShopifyCheckoutKit #224

Workflow file for this run

name: Run Lint Checks
on:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run SwiftLint
uses: norio-nomura/[email protected]
with:
args: --strict
- name: Check License Headers
run: ./Scripts/copy_license && git diff --name-only --exit-code