Skip to content

build(deps): bump flutter_lints from 2.0.3 to 3.0.1 #22

build(deps): bump flutter_lints from 2.0.3 to 3.0.1

build(deps): bump flutter_lints from 2.0.3 to 3.0.1 #22

Workflow file for this run

name: Flutter Pull Request Checker
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- name: Run Codegen
run: |
flutter packages get
dart run build_runner build --delete-conflicting-outputs -v
- name: Validate
env:
LIBQUICKJSC_TEST_PATH: ${{ github.workspace }}/test/assets/libquickjs_c_bridge_plugin.so
uses: peiffer-innovations/actions-flutter-validate@v1