From 6e5ad04b3dbbfac25040e158dcbe8e492edbee8d Mon Sep 17 00:00:00 2001 From: Roj Date: Thu, 16 Nov 2023 18:37:44 +0300 Subject: [PATCH] Update CI --- .github/workflows/awesome-lint.yml | 13 +++++++++++++ .github/workflows/readme-lint-double-link.yml | 15 --------------- README.md | 7 +++++-- 3 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 .github/workflows/awesome-lint.yml delete mode 100644 .github/workflows/readme-lint-double-link.yml diff --git a/.github/workflows/awesome-lint.yml b/.github/workflows/awesome-lint.yml new file mode 100644 index 0000000..3c231e3 --- /dev/null +++ b/.github/workflows/awesome-lint.yml @@ -0,0 +1,13 @@ +name: Awesome Lint + +on: [pull_request, push] + +jobs: + awesome-lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + + - run: npx awesome-lint diff --git a/.github/workflows/readme-lint-double-link.yml b/.github/workflows/readme-lint-double-link.yml deleted file mode 100644 index 3b1980a..0000000 --- a/.github/workflows/readme-lint-double-link.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Awesome readme lint double link action -on: - pull_request: - types: [opened, synchronize] - branches: - - master -jobs: - build: - name: awesome readme lint double link - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: Scrum/awesome-readme-lint-double-link-action@v0.1.13 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index b2e0d38..6269b85 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,15 @@ They can take advantage of many features out of the box, including seamless auth ## Resources + + - [Official Guide](https://core.telegram.org/bots/webapps) -- [Changelog](https://core.telegram.org/bots/webapps#recent-changes) - [Community Guide](https://docs.telegram-mini-apps.com) - [TON Documentation Guide](https://docs.ton.org/develop/dapps/twa) - [Telegram Mini Apps Issues](https://github.com/Telegram-Mini-Apps/issues) - [Trending Apps](https://t.me/trendingapps) -### Articles +## Articles ###### English @@ -72,6 +73,8 @@ They can take advantage of many features out of the box, including seamless auth ## Libraries + + - [@twa-dev/SDK](https://github.com/twa-dev/SDK) - The [WebApp API](https://core.telegram.org/bots/webapps#initializing-mini-apps) as an npm package. - [@twa.js](https://github.com/Telegram-Web-Apps/twa.js) - A monorepository that contains everything you need to develop Telegram Mini Apps in TypeScript. - [flutter_telegram_web](https://pub.dev/documentation/flutter_telegram_web_app/latest)