Skip to content

Commit

Permalink
chore(automated): Lint commit and format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and thelukewalton committed Jul 22, 2024
1 parent b80295c commit 2c9af41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI - Pull Request
on:
pull_request_target:
pull_request:

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

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@ $RECYCLE.BIN/
**/node_modules/
package-lock.json
/appium
/coverage
/coverage
/.coverage

0 comments on commit 2c9af41

Please sign in to comment.