Skip to content

Commit

Permalink
chore: fix linter and configure gitignore for yarn files
Browse files Browse the repository at this point in the history
  • Loading branch information
chechu committed Nov 20, 2023
1 parent 9bf3809 commit 2e7357d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
- name: Verify deployments work
run: yarn hardhat deploy


export-deployments:
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -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"
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ typechain-types
cache
artifacts

# yarn
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2e7357d

Please sign in to comment.