Skip to content

Commit

Permalink
Deinit modules (#20)
Browse files Browse the repository at this point in the history
* removed modules

* updated version, clone common-configs
  • Loading branch information
funkill committed Jul 26, 2023
1 parent b5c218e commit 1a1ef96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ 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:
name: Checking Gitlocalize bugs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: rust-lang-ru/simpleinfra/gitocalize-bug-checker@master
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion common-configs
Submodule common-configs deleted from ed44d1

0 comments on commit 1a1ef96

Please sign in to comment.