Skip to content

Commit

Permalink
chore(*): update readme and add db checks
Browse files Browse the repository at this point in the history
  • Loading branch information
humblerookie committed Mar 9, 2024
1 parent 74cfcc8 commit 1f55bf8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Expand Up @@ -26,4 +26,9 @@ jobs:
run: ./gradlew spotlessCheck

- name: Run Lint
run: ./gradlew lint
run: ./gradlew lint

- name: Run DB Checks
run: |
./gradlew generateCommonMainNinjaDatabaseSchema;
./gradlew verifySqlDelightMigration;

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f55bf8

Please sign in to comment.