Skip to content

Commit

Permalink
chore: fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JideGuru committed Aug 7, 2024
1 parent ab58269 commit f0e1287
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: 🛠️ Pull Request CI
on: [push, workflow_dispatch]
jobs:
drive:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.22.0
- run: flutter --version
- name: Dart Apply Fixes (if this fails, run `dart fix --apply` locally)
run: dart fix --apply; git diff --exit-code
Expand Down

0 comments on commit f0e1287

Please sign in to comment.