Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Nov 16, 2023
1 parent a4975b4 commit 6e5ad04
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/awesome-lint.yml
Original file line number Diff line number Diff line change
@@ -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
15 changes: 0 additions & 15 deletions .github/workflows/readme-lint-double-link.yml

This file was deleted.

7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ They can take advantage of many features out of the box, including seamless auth

## Resources

<!-- lint ignore double-link -->

- [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

Expand Down Expand Up @@ -72,6 +73,8 @@ They can take advantage of many features out of the box, including seamless auth

## Libraries

<!-- lint ignore double-link -->

- [@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)
Expand Down

0 comments on commit 6e5ad04

Please sign in to comment.