Skip to content

Commit 0fc28b8

Browse files
committed
Add custom column directories.
1 parent 0019771 commit 0fc28b8

Some content is hidden

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

42 files changed

+39
-39
lines changed

.github/workflows/bambda-checker-manual.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717

1818
- name: Validate Bambdas & update READMEs
1919
run: |
20-
[ $(sha256sum BambdaChecker-1.2.jar | awk '{ print $1 }') = '30959be3dce023d3b53c4e2507b9db7fed8bfe41501b14bb8c0d4d3a0a50fd71' ]
21-
java -jar BambdaChecker-1.2.jar
20+
[ $(sha256sum BambdaChecker-1.3.jar | awk '{ print $1 }') = '4df32c3375dad2563080fdfb19a85970332ee8c0f635f946e7e5b4994f6442e4' ]
21+
java -jar BambdaChecker-1.3.jar
2222
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2323
git config --local user.name "github-actions[bot]"
2424
git add .

.github/workflows/bambda-checker-merge.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
- name: Validate Bambdas & update READMEs
2525
run: |
26-
[ $(sha256sum BambdaChecker-1.2.jar | awk '{ print $1 }') = '30959be3dce023d3b53c4e2507b9db7fed8bfe41501b14bb8c0d4d3a0a50fd71' ]
27-
java -jar BambdaChecker-1.2.jar
26+
[ $(sha256sum BambdaChecker-1.3.jar | awk '{ print $1 }') = '4df32c3375dad2563080fdfb19a85970332ee8c0f635f946e7e5b4994f6442e4' ]
27+
java -jar BambdaChecker-1.3.jar
2828
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2929
git config --local user.name "github-actions[bot]"
3030
git add .

.github/workflows/bambda-checker-pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919

2020
- name: Validate Bambdas
2121
run: |
22-
[ $(sha256sum BambdaChecker-1.2.jar | awk '{ print $1 }') = '30959be3dce023d3b53c4e2507b9db7fed8bfe41501b14bb8c0d4d3a0a50fd71' ]
23-
java -jar BambdaChecker-1.2.jar validateonly
22+
[ $(sha256sum BambdaChecker-1.3.jar | awk '{ print $1 }') = '4df32c3375dad2563080fdfb19a85970332ee8c0f635f946e7e5b4994f6442e4' ]
23+
java -jar BambdaChecker-1.3.jar validateonly

BambdaChecker-1.2.jar

-17.9 KB
Binary file not shown.

BambdaChecker-1.3.jar

122 KB
Binary file not shown.

CustomColumn/Logger/README.md

CustomColumn/Proxy/HTTP/README.md

CustomColumn/Proxy/WS/README.md

Logger/View/README.md renamed to Filter/Logger/View/README.md

+2-2

Proxy/HTTP/README.md renamed to Filter/Proxy/HTTP/README.md

+29-29

Proxy/WS/README.md renamed to Filter/Proxy/WS/README.md

+2-2

0 commit comments

Comments
 (0)