(Do not merge!) Poked around wakelock_plus (web) #18
Workflow file for this run
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: pana | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- '**/lib/**' | |
- '**/android/**' | |
- '**/ios/**' | |
- '**/pubspec.yaml' | |
- '**/test/**' | |
- '**/test_driver/**' | |
- '**/assets/**' | |
- '**/integration_test/**' | |
jobs: | |
configure: | |
timeout-minutes: 9 | |
runs-on: ubuntu-latest | |
name: ${{ matrix.package }} configuration | |
strategy: | |
matrix: | |
package: | |
- 'wakelock_plus' | |
- 'wakelock_plus_platform_interface' | |
fail-fast: false | |
steps: | |
- uses: actions/[email protected] | |
- uses: axel-op/dart-package-analyzer@v3 | |
with: | |
relativePath: ${{ matrix.package }} | |
githubToken: ${{ secrets.GITHUB_TOKEN }} |