feat: Add setFromMatrix4 to Transform3D #113
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmark | |
on: [pull_request] | |
jobs: | |
benchmark: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: subosito/flutter-action@v2 | |
- uses: bluefireteam/melos-action@v3 | |
- uses: luanpotter/[email protected] | |
with: | |
paths: "packages/flame/" | |
ignore-tag: "no-benchmark" | |
is-flutter: true | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |