Skip to content

Commit 0f9ced2

Browse files
committed
ci(*) init github actions
1 parent d9036a7 commit 0f9ced2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Flutter Movie CI On push
2+
3+
# Trigger on push
4+
on: push
5+
6+
jobs:
7+
flutter:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
#TODO doc: https://github.com/marketplace/actions/flutter-action

0 commit comments

Comments
 (0)