Skip to content

chore(macOS): network entitlements #9

chore(macOS): network entitlements

chore(macOS): network entitlements #9

Workflow file for this run

name: Flutter
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter --version
- run: flutter doctor
- run: flutter pub get
- run: flutter test
- run: flutter build web