Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sapatevaibhav/chess into …
Browse files Browse the repository at this point in the history
…step2
  • Loading branch information
sapatevaibhav committed Dec 19, 2023
2 parents 9af5de9 + abfe615 commit e43e0f8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Flutter CI

on:
push:
branches: [master]
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set Up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable


- name: Run Code Analysis
run: flutter analyze

- name: Build APK
run: flutter build apk

- name: Build App Bundle
run: flutter build appbundle

0 comments on commit e43e0f8

Please sign in to comment.