Skip to content

Commit 1a1ef96

Browse files
authored
Deinit modules (#20)
* removed modules * updated version, clone common-configs
1 parent b5c218e commit 1a1ef96

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ jobs:
1010
name: Checking
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v3
1415
with:
15-
submodules: recursive
16+
repository: rust-lang-ru/common-configs
17+
path: common-configs
1618
- run: npm install yaspeller
1719
- run: git show -m --name-only -1 --format="format:" | grep --color=never -i '.md' | xargs node_modules/.bin/yaspeller -c common-configs/.yaspellerrc
1820
gitlocalize-bug-checking:
1921
name: Checking Gitlocalize bugs
2022
runs-on: ubuntu-latest
2123
steps:
22-
- uses: actions/checkout@v1
24+
- uses: actions/checkout@v3
2325
- uses: rust-lang-ru/simpleinfra/gitocalize-bug-checker@master

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

common-configs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)