Skip to content

blendfactory/dvm-config-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dvm-config-action

A GitHub Action that parses DVM config file and extracts the config values.

Usage

    steps:
      - uses: actions/checkout@v4
      - uses: blendfactory/dvm-config-action@v1
        id: dvm-config-action
      - uses: dart-lang/setup-dart@v1
        with:
          sdk: ${{ steps.dvm-config-action.outputs.dart-sdk-version }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published