From 282c3a7fd8f19b480032c4063349afc32a9a8d02 Mon Sep 17 00:00:00 2001 From: Seb M'Caw Date: Mon, 14 Oct 2024 07:59:55 +0000 Subject: [PATCH 1/5] Add typos --- doc/getting-started.md | 2 +- doc/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 40b2441c9..c6d5776ae 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -83,7 +83,7 @@ Run `alr help ` for more details about a command. ### Downloading, compiling and running an executable crate -Obtaining an executable project already cataloged in Alire is straightforward. +Obtaining an executable project already catalogued in Alire is straightforward. We'll demonstrate it with the `hello` project which is a plain "Hello, world!" application (or you can use the `hangman` or `eagle_lander` projects as funnier alternatives). diff --git a/doc/introduction.md b/doc/introduction.md index 7dcbbcc75..16c6f9513 100644 --- a/doc/introduction.md +++ b/doc/introduction.md @@ -1,7 +1,7 @@ # Introduction `Alire` is a source-based package manager for the Ada and SPARK programming -languages. +langauges. It is a way for developers to easily build upon projects (libraries or programs) shared by the community, but also to easily share their projects for From d44ddc4a9b6b3f563108377bc1e0b7116d51cd73 Mon Sep 17 00:00:00 2001 From: Seb M'Caw Date: Mon, 14 Oct 2024 08:15:02 +0000 Subject: [PATCH 2/5] Fix spellcheck --- .github/workflows/spellcheck.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index f9208695b..37bf251fc 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -8,11 +8,12 @@ jobs: spellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: misspell + - uses: actions/checkout@v4 + - name: Run misspell uses: reviewdog/action-misspell@v1 with: github_token: ${{ secrets.github_token }} - reporter: github-pr-review + reporter: github-pr-annotations locale: "US" - exclude: '*.lock' \ No newline at end of file + pattern: '*.md' + fail_on_error: true From 93a3376bdaa23c4bf220f63efa2a9177dbe2cc89 Mon Sep 17 00:00:00 2001 From: Seb M'Caw Date: Mon, 14 Oct 2024 08:44:13 +0000 Subject: [PATCH 3/5] Revert "Add typos" This reverts commit 282c3a7fd8f19b480032c4063349afc32a9a8d02. --- doc/getting-started.md | 2 +- doc/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index c6d5776ae..40b2441c9 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -83,7 +83,7 @@ Run `alr help ` for more details about a command. ### Downloading, compiling and running an executable crate -Obtaining an executable project already catalogued in Alire is straightforward. +Obtaining an executable project already cataloged in Alire is straightforward. We'll demonstrate it with the `hello` project which is a plain "Hello, world!" application (or you can use the `hangman` or `eagle_lander` projects as funnier alternatives). diff --git a/doc/introduction.md b/doc/introduction.md index 16c6f9513..7dcbbcc75 100644 --- a/doc/introduction.md +++ b/doc/introduction.md @@ -1,7 +1,7 @@ # Introduction `Alire` is a source-based package manager for the Ada and SPARK programming -langauges. +languages. It is a way for developers to easily build upon projects (libraries or programs) shared by the community, but also to easily share their projects for From 4d52934c3c1e7c6bf76357b9afd8b184b7baa126 Mon Sep 17 00:00:00 2001 From: Seb M'Caw Date: Mon, 14 Oct 2024 08:57:34 +0000 Subject: [PATCH 4/5] Change docs without typo --- doc/introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/introduction.md b/doc/introduction.md index 7dcbbcc75..a46236d0f 100644 --- a/doc/introduction.md +++ b/doc/introduction.md @@ -18,3 +18,5 @@ by hand. The main interface into the `Alire` ecosystem is a command line tool called `alr`. + +This is not a typo. From ed55d851f470e932b4af01693f7eab510b5e3b7d Mon Sep 17 00:00:00 2001 From: Seb M'Caw Date: Mon, 14 Oct 2024 08:59:16 +0000 Subject: [PATCH 5/5] Revert "Change docs without typo" This reverts commit 4d52934c3c1e7c6bf76357b9afd8b184b7baa126. --- doc/introduction.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/introduction.md b/doc/introduction.md index a46236d0f..7dcbbcc75 100644 --- a/doc/introduction.md +++ b/doc/introduction.md @@ -18,5 +18,3 @@ by hand. The main interface into the `Alire` ecosystem is a command line tool called `alr`. - -This is not a typo.