Skip to content

📚 チャプター5のタイポ等を修正 #19

📚 チャプター5のタイポ等を修正

📚 チャプター5のタイポ等を修正 #19

Workflow file for this run

name: PR review/test
on:
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Setup Flutter
uses: subosito/flutter-action@v2
- name: Install dependencies
run: |
flutter pub get
- uses: invertase/github-action-dart-analyzer@v1
- name: Run tests
run: |
flutter test