Skip to content

fix: Fixes for flutter analyze #50

fix: Fixes for flutter analyze

fix: Fixes for flutter analyze #50

Workflow file for this run

name: Pull Request Checker
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate
<<<<<<< HEAD

Check failure on line 16 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
uses: peiffer-innovations/actions-flutter-validate@v2
=======
env:
LIBQUICKJSC_TEST_PATH: ${{ github.workspace }}/test/assets/libquickjs_c_bridge_plugin.so
uses: peiffer-innovations/actions-flutter-validate@v2
with:
generate_code: true
>>>>>>> a575f08 (fixes)