This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
chore(deps): bump dset from 3.1.3 to 3.1.4 in /api (#38) #149
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Verify Github Actions | |
on: | |
pull_request: | |
branches: | |
- master | |
- main | |
push: | |
branches: | |
- master | |
- main | |
jobs: | |
verify: | |
name: Verify Mason Generator | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Setup Dart | |
uses: dart-lang/setup-dart@v1 | |
with: | |
sdk: stable | |
- name: Install Mason | |
run: dart pub global activate mason_cli | |
- name: Get Bricks | |
run: mason get | |
- name: Test Github Actions Generation | |
run: mason make github_actions_dart --on-conflict overwrite --exclude 'url_launcher_example url_launcher_windows' --minCoverage 100 --flutterVersion '3.22.1' --flutterChannel stable --dartChannel stable --dependabotFrequency daily --generateDependabot false --generateSemanticPullRequest true --generateSpellCheck true --spellCheckConfig cspell.json --workflowRef main --generateLicenseCheck false --set-exit-if-changed |