Create main.yml

Former-commit-id: 073f483a87
Former-commit-id: a76703fdc34d7458cf07af10e16a2d575d185b4e
Former-commit-id: 5bbb3c68fe6735b3a2c10594bd9ede0098518b66
Former-commit-id: e69303190c28c78627845bdf8f269e254c244ae4 [formerly e33e66662f8617da736b0ea2b127851b29f97526]
Former-commit-id: 4abfa1b52459b8b982037dbe46affb751bf04f05
Former-commit-id: 853af9be7ac63311cf1b917bc852e38ab391462e
Former-commit-id: add16cd2c8ed2c0c5969dc01ab3235f6cf120ec8
Former-commit-id: 8f5e2e98b55a972d665928857882374a8d3deeda
Former-commit-id: c8eb6c0fe2b0081abf9408d5435b039231690e8f
This commit is contained in:
李杨 2019-11-26 09:49:24 +08:00 committed by GitHub
parent 54a4de91a7
commit 784aa4ac00
1 changed files with 17 additions and 0 deletions

17
.github/workflows/main.yml vendored Normal file
View 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.