Skip to content

feat: Added Api Key support and new tests. #1

feat: Added Api Key support and new tests.

feat: Added Api Key support and new tests. #1

Workflow file for this run

name: Lint code
on:
pull_request:
paths:
- '.github/workflows/codelint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: macos-11
steps:
- uses: actions/checkout@v1
- name: Lint code using SwiftLint
run: swiftlint lint --reporter github-actions-logging