From ad7e4418bfdf03c88588bd9bbb424f69e6ed7b24 Mon Sep 17 00:00:00 2001 From: Kenji Miyake Date: Sat, 12 Feb 2022 03:30:26 +0900 Subject: [PATCH 1/5] chore: sync pre-commit.yaml Signed-off-by: Kenji Miyake --- .github/sync-files.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index df5f562921b..8485801ec61 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -5,6 +5,7 @@ - source: DISCLAIMER.md - source: LICENSE - source: .github/dependabot.yaml + - source: .github/workflows/pre-commit.yaml - source: .github/workflows/pre-commit-optional.yaml - source: .github/workflows/semantic-pull-request.yaml - source: .github/workflows/spell-check-differential.yaml From efb0972798f4593a72b4fa6c06701ba7b7161cf0 Mon Sep 17 00:00:00 2001 From: "awf-autoware-bot[bot]" <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 03:42:37 +0900 Subject: [PATCH 2/5] chore: sync files (#23) Signed-off-by: GitHub Co-authored-by: kenji-miyake --- .github/workflows/pre-commit.yaml | 16 ++++++++++++++++ .github/workflows/spell-check-differential.yaml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/workflows/pre-commit.yaml create mode 100644 .github/workflows/spell-check-differential.yaml diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml new file mode 100644 index 00000000000..9eb501a19da --- /dev/null +++ b/.github/workflows/pre-commit.yaml @@ -0,0 +1,16 @@ +name: pre-commit + +on: + pull_request: + +jobs: + pre-commit: + runs-on: ubuntu-latest + steps: + - name: Check out repository + uses: actions/checkout@v2 + + - name: Run pre-commit + uses: autowarefoundation/autoware-github-actions/pre-commit@tier4/proposal + with: + pre-commit-config: .pre-commit-config.yaml diff --git a/.github/workflows/spell-check-differential.yaml b/.github/workflows/spell-check-differential.yaml new file mode 100644 index 00000000000..1b5c52cb40e --- /dev/null +++ b/.github/workflows/spell-check-differential.yaml @@ -0,0 +1,16 @@ +name: spell-check-differential + +on: + pull_request: + +jobs: + spell-check-differential: + runs-on: ubuntu-latest + steps: + - name: Check out repository + uses: actions/checkout@v2 + + - name: Run spell-check + uses: autowarefoundation/autoware-github-actions/spell-check@tier4/proposal + with: + cspell-json-url: https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json From 27e460463b54de547429ecc31de82bbd0837ece9 Mon Sep 17 00:00:00 2001 From: Kenji Miyake Date: Mon, 14 Feb 2022 23:31:32 +0900 Subject: [PATCH 3/5] fix Signed-off-by: Kenji Miyake --- docs/installation/autoware/docker-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/autoware/docker-installation.md b/docs/installation/autoware/docker-installation.md index b33acba41c5..b3b23b469e8 100644 --- a/docs/installation/autoware/docker-installation.md +++ b/docs/installation/autoware/docker-installation.md @@ -122,7 +122,7 @@ WARNING: The requested image's platform (linux/arm64/v8) does not match the dete aarch64 ``` -To run specify `arm64` architecture for Autoware's Docker images, add the suffix `-arm64`. +To run Autoware's Docker images of `arm64` architecture, add the suffix `-arm64`. ```sh-session $ docker run --rm -it ghcr.io/autowarefoundation/autoware-universe:latest-arm64 From b15f2bdedab6daa6635a9f5537455c63377d6d50 Mon Sep 17 00:00:00 2001 From: Kenji Miyake Date: Tue, 15 Feb 2022 08:58:50 +0900 Subject: [PATCH 4/5] add links Signed-off-by: Kenji Miyake --- docs/installation/autoware/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation/autoware/index.md b/docs/installation/autoware/index.md index b17475390f8..e138b824507 100644 --- a/docs/installation/autoware/index.md +++ b/docs/installation/autoware/index.md @@ -7,7 +7,8 @@ There are two ways to set up Autoware. Choose one according to your preference. Docker can ensure that all developers in a project have a common, consistent development environment. It is recommended for beginners, light users, people who do not use Ubuntu. -See [here](autoware/docker-installation.md) for the detailed steps. +See [here](autoware/docker-installation.md) for the detailed steps. +Refer to [autowarefoundation/autoware/docker/README.md](https://github.com/autowarefoundation/autoware/blob/main/docker/README.md) as well. ## 2. Source installation @@ -15,4 +16,5 @@ Source installation is for the cases where more granular control of the installa It is recommended for skilled users or people who want to customize the environment. Note that some problems may occur depending on your local environment. -See [here](autoware/source-installation.md) for the detailed steps. +See [here](autoware/source-installation.md) for the detailed steps. +Refer to the [autowarefoundation/autoware/README.md](https://github.com/autowarefoundation/autoware/blob/main/README.md) as well. From c8209fde0cb11bd0489bad060de39415938f4cec Mon Sep 17 00:00:00 2001 From: Kenji Miyake Date: Thu, 17 Feb 2022 00:10:05 +0900 Subject: [PATCH 5/5] fix link Signed-off-by: Kenji Miyake --- docs/installation/autoware/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/autoware/index.md b/docs/installation/autoware/index.md index e138b824507..1e060f96713 100644 --- a/docs/installation/autoware/index.md +++ b/docs/installation/autoware/index.md @@ -7,7 +7,7 @@ There are two ways to set up Autoware. Choose one according to your preference. Docker can ensure that all developers in a project have a common, consistent development environment. It is recommended for beginners, light users, people who do not use Ubuntu. -See [here](autoware/docker-installation.md) for the detailed steps. +See [here](docker-installation.md) for the detailed steps. Refer to [autowarefoundation/autoware/docker/README.md](https://github.com/autowarefoundation/autoware/blob/main/docker/README.md) as well. ## 2. Source installation @@ -16,5 +16,5 @@ Source installation is for the cases where more granular control of the installa It is recommended for skilled users or people who want to customize the environment. Note that some problems may occur depending on your local environment. -See [here](autoware/source-installation.md) for the detailed steps. +See [here](source-installation.md) for the detailed steps. Refer to the [autowarefoundation/autoware/README.md](https://github.com/autowarefoundation/autoware/blob/main/README.md) as well.