Skip to content

Commit

Permalink
reenable lint check for pushes
Browse files Browse the repository at this point in the history
we'll try again with an ubuntu runner and see how it goes. this should still lint fine but with much lower actions billing usage.
  • Loading branch information
tweakdeveloper committed Sep 11, 2024
1 parent 2f12b51 commit 9e97c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ensure-linted.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: ensure-linted
run-name: Ensure SwiftLint Compliance
on: [pull_request]
on: push
jobs:
ensure-linted:
name: Run Linter
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Install Mint
run: |
Expand Down

0 comments on commit 9e97c3a

Please sign in to comment.