Skip to content

Remove homepage from pubspec.yaml #18

Remove homepage from pubspec.yaml

Remove homepage from pubspec.yaml #18

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.13.5'
- name: Install packages
run: flutter pub get
- name: Linter
run: flutter analyze
# - name: Test
# run: flutter test test