Skip to content

Commit

Permalink
Transpile 6d4c354
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2022
1 parent d2ec96a commit 366f3da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:

jobs:
lint:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
ENABLE_GAS_REPORT: true
- run: npm run test:inheritance
- run: npm run test:generation
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'

coverage:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
Expand All @@ -58,6 +60,7 @@ jobs:
- uses: codecov/codecov-action@v3

slither:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 366f3da

Please sign in to comment.