Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Jul 22, 2024
1 parent 39e8df4 commit b80295c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI - Pull Request
on:
pull_request_target:
pull_request:

# Pull Request Runs on the same branch will be cancelled
concurrency:
Expand All @@ -21,7 +22,8 @@ jobs:
with:
cache: true
- run: dart run build_runner build --delete-conflicting-outputs
- uses: ZebraDevs/[email protected]
- uses: ZebraDevs/flutter-code-quality@UX-1139
# - uses: ZebraDevs/[email protected]
with:
token: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit b80295c

Please sign in to comment.