Skip to content

hello world ci

hello world ci #3

Workflow file for this run

name: CI
on:
push:
branches:
- develop
- pk-actions
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Hello World
run: echo "Hello, World!"