Skip to content

Commit

Permalink
fix(actions): modified run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonhubdev committed Jan 11, 2024
1 parent 21a55fd commit 0d5a016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
sdk: stable
- name: Run import_sorter
run: |
pub get
pub run import_sorter:main --exit-if-changed
dart pub get
dart run import_sorter:main --exit-if-changed
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
sdk: stable
- name: Install dependencies
run: pub get
run: dart pub get
- name: Run tests
run: pub run test
run: dart run test

0 comments on commit 0d5a016

Please sign in to comment.