Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create dart.yml #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: Dart

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
# https://github.com/dart-lang/setup-dart/blob/main/README.md
# - uses: dart-lang/setup-dart@v1
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603

- name: Install dependencies
run: dart pub get

# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting
# run: dart format --output=none --set-exit-if-changed .

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
run: dart analyze

# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note that Flutter projects will
# want to change this to 'flutter test'.
- name: Run tests
run: dart test
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ One of the first simple apps I created while on my journey to learn flutter.

##### Clone the repository
```bash
git clone https://github.com/ishandeveloper/Chatter-App.git
git clone https://github.com/thegreatpayload/Chatter-App.git
```
##### Move to the desired folder
```bash
Expand All @@ -62,7 +62,7 @@ flutter run

### How to make a Pull Request:

**1.** Fork [this](https://github.com/ishandeveloper/Chatter-App) repository.
**1.** Fork [this](https://github.com/thegreatpayload/Chatter-App) repository.

**2.** Clone the forked repository.

Expand Down Expand Up @@ -98,7 +98,7 @@ git push -u origin development

**8.** Create a Pull Request!

**Congratulations!** :boom: Sit and relax, you've made your contribution to [Chatter App] (https://github.com/ishandeveloper/Chatter-App) project.
**Congratulations!** :boom: Sit and relax, you've made your contribution to [Chatter App] (https://github.com/thegreatpayload/Chatter-App) project.


## Tasks and Features
Expand All @@ -114,7 +114,7 @@ git push -u origin development

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

##### Made with ♥ by <a href="https://github.com/ishandeveloper">ishandeveloper</a>
##### Made with ♥ by <a href="https://github.com/thegreatpayload">thegreatpayload</a>


[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/ishandeveloper)