Skip to content

Update ci.yml

Update ci.yml #18

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.ORG_SSH_KEY }}
- uses: dart-lang/[email protected]
- uses: actions/checkout@v2
- name: Check format
run: flutter format -n --set-exit-if-changed .
- name: Lint using flutter analyze
run: flutter analyze