Skip to content

Commit

Permalink
Merge pull request #24 from koji-1009/chore/ci
Browse files Browse the repository at this point in the history
chore: Update action
  • Loading branch information
koji-1009 authored Dec 3, 2023
2 parents 7a04626 + 14d1b06 commit 6768a19
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

jobs:
build:
analyze:
runs-on: ubuntu-latest
timeout-minutes: 10

Expand All @@ -14,6 +14,18 @@ jobs:
with:
channel: 'stable'
cache: true
- name: Install dependencies
run: flutter pub get
- run: flutter pub get
- uses: invertase/github-action-dart-analyzer@v2.0.0

check:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
- run: flutter pub get
- run: dart format --output=none --set-exit-if-changed .

0 comments on commit 6768a19

Please sign in to comment.