Skip to content

Commit

Permalink
#248 rultor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 31, 2024
1 parent d697854 commit ed67558
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/markdown-lint.yml
Expand Up @@ -38,3 +38,5 @@ jobs:
steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- uses: articulate/actions-markdownlint@v1
with:
config: markdownlint.yml
3 changes: 1 addition & 2 deletions .rultor.yml
Expand Up @@ -39,6 +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 ../docker-password | sudo docker login --password-stdin --username yegor256
sudo docker push "${repo}:${tag}"
4 changes: 1 addition & 3 deletions Dockerfile
Expand Up @@ -79,11 +79,9 @@ RUN wget --quiet http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip \
&& arc=$(find "/usr/local/texlive/${year}/bin" -type d -name "*-linux" -exec basename {} \;) \
&& bin=/usr/local/texlive/${year}/bin/${arc} \
&& export PATH=${PATH}:${bin} \
&& echo "export PATH=\${PATH}:${bin}" > /etc/profile.d/texlive.sh \
&& chmod a+x /etc/profile.d/texlive.sh \
&& tlmgr init-usertree \
&& tlmgr install latexmk \
&& rm -rf install-tl execs.txt
&& rm -rf install-tl

# Ruby
RUN apt-get update -y --fix-missing \
Expand Down
39 changes: 0 additions & 39 deletions action.yml

This file was deleted.

4 changes: 4 additions & 0 deletions markdownlint.yml
@@ -0,0 +1,4 @@
---
default: true
MD013:
line_length: 160

0 comments on commit ed67558

Please sign in to comment.