Skip to content

Commit

Permalink
chore: adapt GH actions, add CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
wrbl606 committed Nov 8, 2024
1 parent 8f895f2 commit df7ab1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @wrbl606
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:

- run: flutter pub get
- run: flutter pub run build_runner build
- run: dart format --set-exit-if-changed lib test example/lib example/integration_test
- run: flutter analyze lib test example/lib example/integration_test
- run: dart format --set-exit-if-changed lib test example/lib
- run: flutter analyze lib test example/lib
- run: flutter test

0 comments on commit df7ab1f

Please sign in to comment.