Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

chore(deps): bump args from 2.4.2 to 2.5.0 #122

chore(deps): bump args from 2.4.2 to 2.5.0

chore(deps): bump args from 2.4.2 to 2.5.0 #122

Workflow file for this run

name: analyze
on: [push, pull_request]
jobs:
analyze:
runs-on: ubuntu-latest
strategy:
matrix:
package:
- parrot
- parrot_cmd
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Dart
uses: dart-lang/[email protected]
with:
sdk: stable
- name: Install dependencies
run: dart pub get
working-directory: packages/${{ matrix.package }}
- name: Analyze ${{ matrix.package }}
working-directory: packages/${{ matrix.package }}
run: dart analyze