Skip to content

Merge pull request #15 from Flutterando/simplify_result #8

Merge pull request #15 from Flutterando/simplify_result

Merge pull request #15 from Flutterando/simplify_result #8

Workflow file for this run

name: Dart CI
on:
push:
tags:
- 'v*'
jobs:
upload-to-pubdev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/[email protected]
with:
sdk: 2.17.5
- name: Install dependencies
run: dart pub get
- name: Analyze project source
run: dart analyze
- name: Run tests
run: dart test
- name: '>> PUBLISH <<'
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}