Skip to content

feat: 터미널 무작위 명언 출력 CLI(quote.py) 추가 #9

feat: 터미널 무작위 명언 출력 CLI(quote.py) 추가

feat: 터미널 무작위 명언 출력 CLI(quote.py) 추가 #9

name: Github Checkout
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run pwd
run: pwd
- name: Run ls -al
run: ls -al