mirror of
https://github.com/tLDP/LDP.git
synced 2025-11-30 23:16:02 +07:00
Builder on Pull Request
This commit is contained in:
17
.github/workflows/PR.yml
vendored
Normal file
17
.github/workflows/PR.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: CI
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- 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.
|
||||
Reference in New Issue
Block a user