Skip to content

Commit

Permalink
chore(*): remove outdated todos from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
humblerookie committed Mar 9, 2024
1 parent 5e583a5 commit 39bb728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:

- name: Checkout Branch
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Run DB Checks
run: |
./gradlew generateCommonMainNinjaDatabaseSchema;
./gradlew verifySqlDelightMigration;
./gradlew verifySqlDelightMigration;
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,4 @@ You can set filters, and It’ll alert you when any order satisfies the filter c

## TODOs 📝

- Add tests
- ~~Add linter/formatting checks~~
- ~~Add CI/CD~~
+ ~~Add Crypto Selection Feature~~
- Add testing framework

0 comments on commit 39bb728

Please sign in to comment.