Skip to content

Minify no_sleep.js

Minify no_sleep.js #39

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: ${{ 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 }}