Skip to content

[SCRUM-3] Implement login page ui #4

[SCRUM-3] Implement login page ui

[SCRUM-3] Implement login page ui #4

Workflow file for this run

name: Flutter CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- name: Verify flutter version
run: flutter --version
- name: Lint code
run: cd frontend && flutter analyze