Skip to content

Commit

Permalink
no lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 31, 2024
1 parent 1bd8be7 commit 6b03dc0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ jobs:
steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- uses: articulate/actions-markdownlint@v1
with:
config: markdownlint.yml
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
docker:
image: yegor256/rultor-image:1.23.1
assets:
docker-password: yegor256/home#assets/docker-password
pwd: yegor256/home#assets/docker-password
install: |
pdd --file=/dev/null
merge:
Expand All @@ -39,5 +39,5 @@ release:
sudo docker build --no-cache --tag "${repo}:${tag}" "$(pwd)"
mkdir /tmp/dataset
sudo docker run --rm "${repo}:${tag}" make install env lint test
cat ../docker-password | sudo docker login --password-stdin --username yegor256
cat ../pwd | sudo docker login --password-stdin --username yegor256
sudo docker push "${repo}:${tag}"
4 changes: 0 additions & 4 deletions markdownlint.yml

This file was deleted.

0 comments on commit 6b03dc0

Please sign in to comment.