Skip to content

Commit

Permalink
fix validations
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasromanomr committed Nov 29, 2024
1 parent 21dc521 commit 373dd4a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,23 @@ on:
types: [opened, reoneped, edited, synchronized]

jobs:
lint:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint (Only files changed in the PR)
uses: norio-nomura/action-swiftlint@3.2.1
env:
DIFF_BASE: ${{ github.base_ref }}
- name: GitHub Action for SwiftLint with --reporter
uses: norio-nomura/action-swiftlint@3.2.1
args: --reporter github-actions-logging

danger:
Danger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Danger
uses: docker://frmeloni/danger-swift-with-swiftlint:3.15.0
uses: 417-72KI/danger-swiftlint@v5.10 # Look at the `Note for version`
with:
args: --failOnErrors --verbose
env:
Expand Down

0 comments on commit 373dd4a

Please sign in to comment.