Skip to content
Next Next commit
Test actions
  • Loading branch information
chrisleekr committed Dec 3, 2019
commit a467ef98939ccc828e219135d0c156741e689faa
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: push

jobs:
build:
name: Hello world action
runs-on: ubuntu-latest
steps:
- name: checkout source code
container: docker:stable
uses: actions/checkout@master
- name: where am I
run: pwd
- name: what is it in
run: ls -al