From 41bf208b70d919417303c86255b88eac90920a12 Mon Sep 17 00:00:00 2001 From: Nazzareno Massari Date: Sun, 26 Feb 2023 22:54:11 +0000 Subject: [PATCH 1/3] :zap: Awesome Lint CI --- .github/workflows/lint.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..5e2f5f1 --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,9 @@ +name: Lint Awesome List +on: [push, pull_request] +jobs: + lint: + name: Lint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1.0.0 + - uses: max/awesome-lint@v2.0.0 From 1f2d0bf951553f697c2ac5e85ed83d5d37e8f5e3 Mon Sep 17 00:00:00 2001 From: Nazzareno Massari Date: Sun, 26 Feb 2023 22:57:16 +0000 Subject: [PATCH 2/3] :recycle: tidy up --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c89f215..4f2a28d 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,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) From 78aaecf090a22cf6a223a1973aa60b6d0d65c458 Mon Sep 17 00:00:00 2001 From: Nazzareno Massari Date: Sun, 26 Feb 2023 23:01:16 +0000 Subject: [PATCH 3/3] :sparkles: refresh awesome list ci + badge --- .github/workflows/lint.yml | 6 ++++-- README.md | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5e2f5f1..85134bf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,9 +1,11 @@ -name: Lint Awesome List +name: Awesome Lint + on: [push, pull_request] + jobs: lint: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1.0.0 + - uses: actions/checkout@v2 - uses: max/awesome-lint@v2.0.0 diff --git a/README.md b/README.md index 4f2a28d..11ee8c1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ bot status badge + lint status badge