Skip to content

Remove buy with prime intent #188

Remove buy with prime intent

Remove buy with prime intent #188

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