From 2e7357dd085c4c02754ee582240de1cae111d338 Mon Sep 17 00:00:00 2001 From: Jesus Lanchas Date: Mon, 20 Nov 2023 10:19:49 +0100 Subject: [PATCH] chore: fix linter and configure gitignore for yarn files --- .github/workflows/ci.yaml | 3 +-- .gitignore | 7 +++++++ README.md | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c00b4a..7ea8955 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -90,7 +90,6 @@ jobs: - name: Verify deployments work run: yarn hardhat deploy - export-deployments: runs-on: ubuntu-latest permissions: @@ -123,4 +122,4 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "feat: updating deployment files" - file_pattern: 'deployments/*.json' + file_pattern: "deployments/*.json" diff --git a/.gitignore b/.gitignore index 00dad77..3309a8d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,10 @@ typechain-types cache artifacts +# yarn +.yarn/* +!.yarn/patches +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions \ No newline at end of file diff --git a/README.md b/README.md index bdc6643..4481a53 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![GitHub Actions](https://github.com/VenusProtocol/solidity-utilities/actions/workflows/cd.yaml/badge.svg)](https://github.com/VenusProtocol/solidity-utilities/actions/workflows/cd.yaml) [![GitHub Actions](https://github.com/VenusProtocol/solidity-utilities/actions/workflows/ci.yaml/badge.svg)](https://github.com/VenusProtocol/solidity-utilities/actions/workflows/ci.yaml) +[![GitHub Actions](https://github.com/VenusProtocol/token-bridge/actions/workflows/cd.yaml/badge.svg)](https://github.com/VenusProtocol/token-bridge/actions/workflows/cd.yaml) [![GitHub Actions](https://github.com/VenusProtocol/token-bridge/actions/workflows/ci.yaml/badge.svg)](https://github.com/VenusProtocol/token-bridge/actions/workflows/ci.yaml) # Development