Skip to content

Commit

Permalink
ci: improve workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 13, 2023
1 parent da1af55 commit 7d1fc37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'contracts'
name: 'Contracts'

env:
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
Expand Down Expand Up @@ -34,8 +34,8 @@ jobs:
run: 'yarn install'
working-directory: contracts

- name: 'Lint the code'
run: 'yarn lint'
- name: 'Lint the contracts'
run: 'yarn lint:sol'
working-directory: contracts

- name: 'Build the contracts'
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/formatting-check.yml

This file was deleted.

0 comments on commit 7d1fc37

Please sign in to comment.