Skip to content

Commit

Permalink
Fixes lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderShvaykin committed Apr 24, 2024
1 parent 82f3754 commit c4193da
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ruby-version: 2.7
- name: Lint Markdown files with RuboCop
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle install --gemfile gemfiles/rubocop.gemfile --jobs 4 --retry 3
bundle exec --gemfile gemfiles/rubocop.gemfile rubocop -c .rubocop-md.yml
forspell:
Expand All @@ -45,7 +45,7 @@ jobs:
sudo apt-get install hunspell
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.1
- name: Cache installed gems
uses: actions/cache@v1
with:
Expand All @@ -55,18 +55,3 @@ jobs:
run: gem install forspell
- name: Run Forspell
run: forspell *.md
liche:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
- name: Run liche
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go get -u github.com/raviqqe/liche
liche README.md CHANGELOG.md

0 comments on commit c4193da

Please sign in to comment.