diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..0ca482f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @wrbl606 \ No newline at end of file diff --git a/.github/workflows/lint-and-test-pr.yml b/.github/workflows/lint-and-test-pr.yml index 6a79c0f..6a893d5 100644 --- a/.github/workflows/lint-and-test-pr.yml +++ b/.github/workflows/lint-and-test-pr.yml @@ -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