Skip to content

Commit

Permalink
Update and rename .github/workflows/main.yml to main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Oct 29, 2019
1 parent 8edb534 commit deff2c8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project
- name: GH Release
uses: softprops/action-gh-release@v0.1.0

0 comments on commit deff2c8

Please sign in to comment.