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