Skip to content

Commit

Permalink
fixup! fixup! Attempt to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantelis Giazitsis committed Feb 23, 2024
1 parent ba779f4 commit 0f3aacf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: GitHub Actions for SwiftLint (Only files changed in the PR)
uses: sinoru/actions-swiftlint@v6
env:
DIFF_BASE: ${{ github.base_ref }}
# Runs a single command using the runners shell
- name: SwiftLint
uses: sinoru/actions-swiftlint@v6
env:
DIFF_BASE: ${{ github.base_ref }}

0 comments on commit 0f3aacf

Please sign in to comment.