Skip to content

add simple job

add simple job #3

Workflow file for this run

name: test workflow
on:
push:
jobs:
do_something:
runs-on: ubuntu-latest
steps:
- name: Do something
run: echo "I did something!"