Update main.yml #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: A workflow for my Hello World file | |
on: push | |
jobs: | |
build: | |
name: Hello world action | |
runs-on: ubuntu-20.04 | |
steps: | |
- run: apt list --all-versions docker* | |
- run: apt list --installed docker* | |
- run: which docker | |
- run: echo %PATHEXT% |