Skip to content

Commit

Permalink
Update BambdaChecker to strip comments after author tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-porpoise committed Nov 30, 2023
1 parent cdcce0b commit be3b028
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bambda-checker-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Validate Bambdas & update READMEs
run: |
[ $(sha256sum BambdaChecker.jar | awk '{ print $1 }') = '80a0af46f3b9b053c9624c6cc5f2be08fdcdc759064d177f3acd55ff98b85fb9' ]
java -jar BambdaChecker.jar
[ $(sha256sum BambdaChecker-1.1.jar | awk '{ print $1 }') = '21805c494ccea16158081855326810e3715034900a1cd18d9e2b9ab7f108de57' ]
java -jar BambdaChecker-1.1.jar
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bambda-checker-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:

- name: Validate Bambdas
run: |
[ $(sha256sum BambdaChecker.jar | awk '{ print $1 }') = '80a0af46f3b9b053c9624c6cc5f2be08fdcdc759064d177f3acd55ff98b85fb9' ]
java -jar BambdaChecker.jar validateonly
[ $(sha256sum BambdaChecker-1.1.jar | awk '{ print $1 }') = '21805c494ccea16158081855326810e3715034900a1cd18d9e2b9ab7f108de57' ]
java -jar BambdaChecker-1.1.jar validateonly
Binary file added BambdaChecker-1.1.jar
Binary file not shown.
Binary file removed BambdaChecker.jar
Binary file not shown.

0 comments on commit be3b028

Please sign in to comment.