Skip to content

chore(deps): update codecov/codecov-action action to v5 #163

chore(deps): update codecov/codecov-action action to v5

chore(deps): update codecov/codecov-action action to v5 #163

Workflow file for this run

name: Run example
on:
push:
branches: [ master ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ master ]
paths-ignore: [ '**.md' ]
workflow_dispatch:
jobs:
run-example:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./example
steps:
- uses: actions/checkout@v4
- name: Setup Dart
uses: dart-lang/[email protected]
with:
sdk: stable
- name: Print Dart version
run: dart --version
- name: Install dependencies
run: dart pub get
- name: Run example
run: |
dart run lib/dart_either_readme.dart
dart run lib/dart_either_styles.dart
dart run lib/http_example/http_either_chain.dart
dart run lib/http_example/http_either_binding.dart