Skip to content

Commit

Permalink
ci: Testing new verion of flutter-code-quality action
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Aug 22, 2024
1 parent e371d4a commit da0e8b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

# Uses the flutter-code-quality action to run code quality checks
# This will return a status check to the pull request
- uses: ZebraDevs/[email protected]
- uses: ZebraDevs/flutter-code-quality@fix/prevTestFail
# - uses: ZebraDevs/[email protected]
with:
token: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit da0e8b3

Please sign in to comment.