Skip to content

Added language_requested fpti for analytics #193

Added language_requested fpti for analytics

Added language_requested fpti for analytics #193

Workflow file for this run

name: Linting
on: [pull_request, workflow_dispatch, workflow_call]
concurrency:
group: lint-${{ github.event.number }}
cancel-in-progress: true
jobs:
linting:
name: Linting
runs-on: macos-15
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Install SwiftLint
run: brew install swiftlint
- name: Install Dependencies
run: bundle install
- name: Run Linting
run: bundle exec fastlane lint summary:$GITHUB_STEP_SUMMARY