Skip to content

Commit

Permalink
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 37346f2 commit ba779f4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

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

0 comments on commit ba779f4

Please sign in to comment.