File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Run tests
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ branches :
9+ - main
10+
11+ jobs :
12+ test :
13+ runs-on : ubuntu-latest
14+
15+ steps :
16+ - name : Checkout code
17+ uses : actions/checkout@v4
18+
19+ - name : Run make test
20+ run : make test
21+
Original file line number Diff line number Diff line change 11test :
22 docker build . -f tests/Dockerfile --build-arg PLUGIN_NAME=shellpad.nvim -t shellpad/shellpad.nvim:tests
3- docker run -it shellpad/shellpad.nvim:tests
3+ docker run shellpad/shellpad.nvim:tests
44
55test-highlight :
66 @echo ' shellpad: highlight {re: "\\(\\d\\+\\.\\)\\{3\\}\\d\\+", fg: "#66aa66", bg: "NONE"}'
Original file line number Diff line number Diff line change 11# 📜 shellpad.nvim
22
3+ [ ![ Test Status] ( https://github.com/shellpad/shellpad.nvim/actions/workflows/test.yml/badge.svg )] ( https://github.com/shellpad/shellpad.nvim/actions/workflows/test.yml )
4+
35Adds the : Shell command for running shell commands without a pty in a scratch buffer.
46
57![ Shellpad.nvim screenshot] ( https://raw.githubusercontent.com/siadat/public/master/shellpad.nvim.png )
You can’t perform that action at this time.
0 commit comments