Skip to content

Commit

Permalink
Merge pull request #140 from funkill/external-common-configs
Browse files Browse the repository at this point in the history
Убрал common-configs из сабмодулей
  • Loading branch information
funkill committed Jun 22, 2023
2 parents e350d8a + 8c44681 commit 6a43c5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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 6a43c5e

Please sign in to comment.