Skip to content

Commit

Permalink
Misspell action, fix one misspell & fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneKiiskila committed Oct 5, 2023
1 parent 1d52187 commit 14140d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: ./check_versions.sh

misspell:
runs-on: ubuntu-22.04
steps:
- name: Run misspell (findings may not increase)
run: |
curl -L -o ./install-misspell.sh https://git.io/misspell
sh ./install-misspell.sh
bin/misspell -i mosquitto
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

## Pelion Edge utilities 2.0.6

1. [identity] Update the filter to accept any values of LwM2M service address and generate respecitve Edge gateway service addresses.
1. [identity] Update the filter to accept any values of LwM2M service address and generate respective Edge gateway service addresses.
1. [identity] Removed the API address from identity file.
1. [info] Report Gateway service address as cloud server.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pe-utils

Utilities and a light-weight programs for Izuma Edge
Utilities and light-weight programs for Izuma Edge.

0 comments on commit 14140d0

Please sign in to comment.