Skip to content

Commit

Permalink
fix ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Feb 16, 2024
1 parent af67346 commit 257fe84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
image: dart:latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: '3.0.0'
- name: Install dependencies
run: dart pub get
- name: Run linter
Expand All @@ -82,6 +85,9 @@ jobs:
image: dart:latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: '3.0.0'
- run: dart pub global activate pana
- name: Run pana
id: pana-run
Expand Down

0 comments on commit 257fe84

Please sign in to comment.