Skip to content

Commit

Permalink
Restore 100% go by outsourcing lintdown.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Jun 24, 2024
1 parent 72b008f commit 0edc8b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 50 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
go-version: '1.22'

- name: Build go snippets in readme
run: ./scripts/compile_readme_snippets.sh
run: |
mkdir -p ~/.local/bin/
wget -O ~/.local/bin/lintdown.sh https://raw.githubusercontent.com/ChillerDragon/lintdown.sh/master/lintdown.sh
chmod +x ~/.local/bin/lintdown.sh
lintdown.sh README.md
test:
runs-on: ubuntu-latest
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/shell.yml

This file was deleted.

22 changes: 0 additions & 22 deletions scripts/compile_readme_snippets.sh

This file was deleted.

0 comments on commit 0edc8b3

Please sign in to comment.