Skip to content

add support for IP addresses in the result - issue #22 #44

add support for IP addresses in the result - issue #22

add support for IP addresses in the result - issue #22 #44

Workflow file for this run

name: Analyze
on:
workflow_dispatch:
push:
pull_request:
branches: [master]
jobs:
windows-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: kuhnroyal/flutter-fvm-config-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}
- run: |
flutter pub get
flutter analyze