Skip to content

flast docker test

flast docker test #2

Workflow file for this run

name: HelloWorld
on: [push]
jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: hello
run: echo "Hello Github Actions!"