Skip to content

Commit

Permalink
chore: adapt GH actions, add CODEOWNERS (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrbl606 authored Nov 8, 2024
1 parent ffb67a5 commit 2a1a2f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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 2a1a2f7

Please sign in to comment.