From 58fe668c60b6a0c7daeebf4c3af62b61e8413516 Mon Sep 17 00:00:00 2001 From: Funkill Date: Sun, 18 Jun 2023 17:49:15 +0400 Subject: [PATCH 1/2] deinit submodule --- .gitmodules | 3 --- common-configs | 1 - 2 files changed, 4 deletions(-) delete mode 100644 .gitmodules delete mode 160000 common-configs diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 15b975d..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "common-configs"] - path = common-configs - url = https://github.com/rust-lang-ru/common-configs.git diff --git a/common-configs b/common-configs deleted file mode 160000 index ed44d1c..0000000 --- a/common-configs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ed44d1c7e6a34bdbf9ac435c78b0b2214766c0eb From 8c44681575a7305fcb565fccb9d11b76a32f4e9d Mon Sep 17 00:00:00 2001 From: Funkill Date: Sun, 18 Jun 2023 17:49:38 +0400 Subject: [PATCH 2/2] updated action & clone common-configs --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bdc425..d1a6e65 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,11 @@ jobs: name: Checking runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: - submodules: recursive + repository: rust-lang-ru/common-configs + path: common-configs - run: npm install yaspeller - run: git show -m --name-only -1 --format="format:" | grep --color=never -i '.md' | xargs node_modules/.bin/yaspeller -c common-configs/.yaspellerrc gitlocalize-bug-checking: