Skip to content

Commit f8eeab9

Browse files
author
MishraSomesh001
committed
chore: sorry another change
1 parent 0d6a1b8 commit f8eeab9

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

.github/Contributor_Guide/Project_Tour.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,26 @@ In the 'Contracts' folder, you'll find a single file with a '.sol' extension. Th
3232
│ prmerged.yaml
3333
3434
├───.husky
35-
│ commit-msg
36-
│ pre-commit
35+
│ │ commit-msg
36+
│ │ pre-commit
37+
│ │
38+
│ └───_
39+
│ .gitignore
40+
│ applypatch-msg
41+
│ commit-msg
42+
│ h
43+
│ husky.sh
44+
│ post-applypatch
45+
│ post-checkout
46+
│ post-commit
47+
│ post-merge
48+
│ post-rewrite
49+
│ pre-applypatch
50+
│ pre-auto-gc
51+
│ pre-commit
52+
│ pre-push
53+
│ pre-rebase
54+
│ prepare-commit-msg
3755
3856
└───contract
3957
Database.sol

.github/workflows/prmerged.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: On Pull Request Merge
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [closed]
66

77
jobs:

0 commit comments

Comments
 (0)