1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 07:04:42 -04:00
This commit is contained in:
Tommaso Chiti 2021-02-04 15:12:21 +01:00
parent 4bb3d37962
commit 76fc48765f

View File

@ -25,6 +25,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Pull Arch Linux Docker image.
run: docker pull archlinux
- name: List containers.
run: docker ps