We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ec96a commit 366f3daCopy full SHA for 366f3da
.github/workflows/checks.yml
@@ -14,6 +14,7 @@ concurrency:
14
15
jobs:
16
lint:
17
+ if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v3
@@ -44,6 +45,7 @@ jobs:
44
45
ENABLE_GAS_REPORT: true
46
- run: npm run test:inheritance
47
- run: npm run test:generation
48
49
50
coverage:
51
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
@@ -58,6 +60,7 @@ jobs:
58
60
- uses: codecov/codecov-action@v3
59
61
62
slither:
63
64
65
66
0 commit comments