Skip to content

Update main.yml

Update main.yml #14

Workflow file for this run

name: A workflow for my Hello World file
on: push
jobs:
build:
name: Hello world action
runs-on: ubuntu-latest
steps:
- run: apt list --all-versions docker*