mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-06-30 07:41:42 +00:00
Merge 3458133430 into cc1a66f987
This commit is contained in:
commit
ecbeab6056
17
.github/workflow/AtOmJoKeR
vendored
Normal file
17
.github/workflow/AtOmJoKeR
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
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.
|
||||
Loading…
Reference in New Issue
Block a user