Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rl-king authored Oct 5, 2019
1 parent c31afce commit 82e53d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
- name: Build Elm
run: |
echo Add other actions to build,
echo test, and deploy your project.
make deps
make

0 comments on commit 82e53d7

Please sign in to comment.