Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Awesome Lint

on: [push, pull_request]

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: max/awesome-lint@v2.0.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</a>
<a href="#botstatus">
<img alt="bot status badge" src="https://github.com/naszam/awesome-smart-contracts/actions/workflows/bot.yml/badge.svg">
<img alt="lint status badge" src="https://github.com/naszam/awesome-smart-contracts/actions/workflows/lint.yml/badge.svg">
</a>
</p>

Expand Down Expand Up @@ -66,6 +67,7 @@
- [Ethereum Developer Resources](https://ethereum.org/en/developers/)
> Guides, resources, and tools for developers building on Ethereum.
- [Awesome Fondry](https://github.com/crisgarner/awesome-foundry)
> Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
- [Awesome DappTools](https://github.com/rajivpo/awesome-dapptools)
> DappTools Resources
- [Awesome Security Ethereum](https://github.com/crytic/awesome-ethereum-security)
Expand Down