Skip to content

Commit c46cc6b

Browse files
authored
Merge pull request #10 from shmokmt/delete-comments
Delete comments in script.sh
2 parents 6aadf90 + 22e43de commit c46cc6b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ jobs:
3131
github_token: ${{ secrets.github_token }}
3232
```
3333
34+
>[!NOTE]
35+
> We recommend using Ubuntu, the GitHub self hosted runner. This action assumes that Docker and buildx are already installed on your system. If your runner does not have these pre-installed, please set them up yourself.
36+
3437
## See Also
3538
* https://docs.docker.com/reference/build-checks/
39+
* https://github.com/actions/runner-images/

script.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
88
TEMP_PATH="$(mktemp -d)"
99
PATH="${TEMP_PATH}:$PATH"
1010

11-
# echo "::group:: Installing Docker..."
12-
# # Re-install Docker Engine
13-
# for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done
14-
# # Install from official script
15-
# curl -fsSL https://get.docker.com -o get-docker.sh
16-
# sudo sh get-docker.sh
17-
# echo "::endgroup"
18-
1911
echo "::group:: docker version"
2012
docker version
2113
echo "::endgroups::"

0 commit comments

Comments
 (0)