Skip to content

Support style attributes on inline elements #15

Support style attributes on inline elements

Support style attributes on inline elements #15

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [master]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- name: Verify Flutter installation
run: flutter --version
- name: Install Flutter dependencies
run: flutter pub get
- name: Perform Flutter Analysis
run: flutter analyze --write=flutter_analyze.log
- if: ${{ !cancelled() }}
name: Run Flutter Analyze Commenter
uses: yorifuji/flutter-analyze-commenter@v1
with:
analyze-log: flutter_analyze.log
verbose: false