This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Update code for js_interop #10
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: Configuration of ${{ matrix.package }} | |
strategy: | |
matrix: | |
package: | |
- 'url_strategy' | |
fail-fast: false | |
steps: | |
- uses: actions/[email protected] | |
- uses: axel-op/dart-package-analyzer@v3 | |
with: | |
relativePath: ${{ matrix.package }} | |
githubToken: ${{ secrets.GITHUB_TOKEN }} |