Skip to content

Commit 95122bb

Browse files
committed
Merge branch 'foundry-pin-v1.5.0' into vercel/install-vercel-web-analytics-i-w06iun
2 parents eaea663 + 9f05505 commit 95122bb

753 files changed

Lines changed: 256529 additions & 634 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
1-
# Use the latest 2.1 version of CircleCI pipeline process engine.
2-
# See: https://circleci.com/docs/configuration-reference
3-
41
version: 2.1
5-
executors:
6-
my-custom-executor:
7-
docker:
8-
- image: cimg/base:stable
9-
auth:
10-
# ensure you have first added these secrets
11-
# visit app.circleci.com/settings/project/github/Dargon789/hardhat-project/environment-variables
12-
username: $DOCKER_HUB_USER
13-
password: $DOCKER_HUB_PASSWORD
2+
143
jobs:
15-
web3-defi-game-project-:
16-
17-
executor: my-custom-executor
4+
test:
5+
docker:
6+
- image: ghcr.io/foundry-rs/foundry:latest
187
steps:
198
- checkout
20-
- run: |
21-
# echo Hello, World!
22-
9+
- run:
10+
name: Install submodules
11+
command: git submodule update --init --recursive
12+
- run:
13+
name: Build
14+
command: forge build
15+
- run:
16+
name: Test
17+
command: forge test -vvv
18+
2319
workflows:
24-
my-custom-workflow:
20+
main:
2521
jobs:
26-
- web3-defi-game-project-
22+
- test

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: ''
5+
labels: 'bug'
66
assignees: ''
7-
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -24,15 +24,17 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
27+
28+
- OS: [e.g. iOS]
29+
- Browser [e.g. chrome, safari]
30+
- Version [e.g. 22]
3031

3132
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
33+
34+
- Device: [e.g. iPhone6]
35+
- OS: [e.g. iOS8.1]
36+
- Browser [e.g. stock browser, safari]
37+
- Version [e.g. 22]
3638

3739
**Additional context**
3840
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
name: Custom issue template
3-
about: A brief description of this template's purpose.
3+
about: Describe this issue template's purpose here.
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
9-
10-

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ''
5+
labels: 'enhancement'
66
assignees: ''
7-
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/workflows/fortify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
# required, you can use sub-actions like fortify/github-action/setup@v1 to set up the various Fortify tools
5353
# and run them directly from within your pipeline; see https://github.com/fortify/github-action#readme for
5454
# details.
55+
5556
- name: Run FoD SAST Scan
5657
uses: fortify/github-action@a92347297e02391b857e7015792cd1926a4cd418
5758
with:

.idea/.name

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)