Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
n-bernat committed Nov 29, 2023
1 parent 785bcba commit e72a139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
working-directory: "./kanjivg"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dart
uses: dart-lang/setup-dart@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flutter_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
working-directory: "./flutter_kanjivg"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Flutter
uses: subosito/flutter-action@v2
Expand All @@ -35,7 +35,7 @@ jobs:
run: flutter pub get

- name: Check formatting
run: flutter format . --set-exit-if-changed
run: dart format . --set-exit-if-changed

- name: Run analyzer
run: flutter analyze
Expand Down

0 comments on commit e72a139

Please sign in to comment.