Skip to content

feature(scoped-parent): implemented scoped container that inherit a parent container's registrations (final implementation). #27

feature(scoped-parent): implemented scoped container that inherit a parent container's registrations (final implementation).

feature(scoped-parent): implemented scoped container that inherit a parent container's registrations (final implementation). #27

Workflow file for this run

name: changelog
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 'stable'
- name: Check changelog
run: |
cd tool/actions
dart pub get
cd ../..
dart run tool/actions/changelog_checker.dart