
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9b04b9d22..ca74227897 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - go-version: [ 1.18.10 ] + go-version: [ 1.21 ] os: [ macos-latest, ubuntu-latest, windows-latest ] steps: diff --git a/.husky/pre-commit b/.husky/pre-commit index e4c9a2f753..7d1e3f139d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -5,7 +5,7 @@ npx lint-staged --concurrent false # npm run typecheck # Checking for secrets -#gitleaks protect --verbose --redact --staged +gitleaks protect --verbose --redact --staged # Checking dependencies' licenses npx license-checker --production --json --out licenses.json diff --git a/README.md b/README.md index bb19ae6d9e..c8ac0fb889 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # Anytype Official Anytype client for MacOS, Linux, and Windows. +Anytype is a personal knowledge base, a digital brain that allows you to quickly capture, describe, and connect information. You can use Anytype to create books, tasks, notes, ideas, documents, tools and organize them any way you want. + +## Links + +* 🌐 [Website](https://anytype.io) +* 📝 [Blog](https://blog.anytype.io) +* 📑 [Documentation](https://doc.anytype.io) +* 💼 [Technical information](https://tech.anytype.io) +* 👋 [Community forum](https://community.anytype.io) +* 💾 [Downloads](https://download.anytype.io) +* ▶️ [Google Play](https://play.google.com/store/apps/details?id=io.anytype.app) +* 🍏 [App Store](https://apps.apple.com/us/app/anytype-private-notes/id6449487029) + ## Building the source ### Dependencies diff --git a/dist/challenge/index.html b/dist/challenge/index.html index 33eb7197d5..8ebbc3faed 100644 --- a/dist/challenge/index.html +++ b/dist/challenge/index.html @@ -2,46 +2,39 @@