Skip to content

Commit

Permalink
💚 Update CI system
Browse files Browse the repository at this point in the history
  • Loading branch information
Beelzenef committed Aug 16, 2023
1 parent a555d5b commit bdc7b04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Let's create an app with Flutter!

[![Flutter CI](https://github.com/Beelzenef/workshop_flutter/actions/workflows/dart.yaml/badge.svg)](https://github.com/Beelzenef/workshop_flutter/actions/workflows/dart.yaml)

## Requirements:

### Required:
Expand Down
11 changes: 0 additions & 11 deletions app/.github/workflows/dart.yaml

This file was deleted.

15 changes: 1 addition & 14 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# coffee_shop

A new Flutter project.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
A new Flutter app!

0 comments on commit bdc7b04

Please sign in to comment.