Skip to content

ubuntu向けに修正 #5

ubuntu向けに修正

ubuntu向けに修正 #5

Workflow file for this run

name: my first workflow
on: push
jobs:
build:
name: Hello world action
runs-on: ubuntu-latest
steps:
- name: checkout source code
uses: actions/checkout@master
- name: say hello
run: echo "hello world"