Skip to content

Commit

Permalink
deploy: add information about the test packages
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Oct 26, 2024
1 parent c12af20 commit 2e63f69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/docker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"schemaVersion": 1,
"label": "20241026.1",
"message": "Deploying",
"color": "#edca05"
}

7 changes: 7 additions & 0 deletions deploy/snap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"schemaVersion": 1,
"label": "20241026.1",
"message": "Deploying",
"color": "#edca05"
}

1 comment on commit 2e63f69

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (1)

edca

These words are not needed and should be removed Keplr pdf

To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the [email protected]:openwall/john-packages.git repository
on the release branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/b365ac888c4713bf3a082b07b342feed0f3438fe/apply.pl' |
perl - 'https://github.com/openwall/john-packages/actions/runs/11535189421/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (244) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:node/dict/node.txt 891 24 7
cspell:filetypes/filetypes.txt 264 9 4
cspell:php/dict/php.txt 1689 13 3
cspell:python/src/python/python-lib.txt 2417 13 3
cspell:k8s/dict/k8s.txt 153 10 3

Consider adding them (in .github/workflows/spelling.yml) in jobs:/spelling: for uses: check-spelling/check-spelling@b365ac888c4713bf3a082b07b342feed0f3438fe in its with:

      with:
        extra_dictionaries: |
          cspell:node/dict/node.txt
          cspell:filetypes/filetypes.txt
          cspell:php/dict/php.txt
          cspell:python/src/python/python-lib.txt
          cspell:k8s/dict/k8s.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@b365ac888c4713bf3a082b07b342feed0f3438fe in its with:

check_extra_dictionaries: ''

Please sign in to comment.