Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Dec 14, 2024
1 parent 518048a commit fd8d3f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: Install dependencies
run: dart pub get
run: flutter pub get
- name: Analyze
run: dart analyze
- name: Format
Expand Down

0 comments on commit fd8d3f4

Please sign in to comment.