Skip to content

Merge pull request #18 from KobayashiYoh/feature/upgrade-ci-flutter-v… #39

Merge pull request #18 from KobayashiYoh/feature/upgrade-ci-flutter-v…

Merge pull request #18 from KobayashiYoh/feature/upgrade-ci-flutter-v… #39

Workflow file for this run

name: Check the source code
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
test:
name: Check the source code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
flutter-version: '3.24.3'
- name: Install packages
run: flutter pub get
- name: Linter
run: flutter analyze
# - name: Test
# run: flutter test test