Skip to content

Commit

Permalink
Adding install SwiftLint step to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
luccab03 committed Aug 5, 2024
1 parent 6a48153 commit 8c15f0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
branches:
- develop
workflow_dispatch:
inputs:
test:
description: Just to force the manual trigger
required: false
default: 'trigger'

jobs:
on_pull_request:
Expand All @@ -22,6 +27,9 @@ jobs:
- name: Install dependencies
run: bundle install

- name: Install SwiftLint
run: brew install swiftlint

- name: Run Unit and UI tests
uses: ./.github/workflows/actions/run_lane
with:
Expand Down

0 comments on commit 8c15f0f

Please sign in to comment.