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

Update code for js_interop #10

Update code for js_interop

Update code for js_interop #10

Workflow file for this run

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 }}