Skip to content

Commit

Permalink
move around stuffs to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tweakdeveloper committed Sep 11, 2024
1 parent 579858e commit a30101a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ensure-linted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ jobs:
name: Run Linter
runs-on: ubuntu-latest
steps:
- name: Install Mint
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew update
brew install mint
- name: Checkout mrkdown
uses: actions/checkout@v4
- name: Run SwiftLint
run: mint run realm/SwiftLint@0.56.1
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew update
brew install mint
mint run realm/SwiftLint@0.56.1

0 comments on commit a30101a

Please sign in to comment.