mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-09 06:33:22 +00:00
15 lines
228 B
YAML
15 lines
228 B
YAML
name: Pull Request CI Check
|
|
on: [push, pull_request]
|
|
jobs:
|
|
|
|
build:
|
|
name: Run CI
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
|
|
- name: Check out the code
|
|
uses: actions/checkout@v2
|
|
|
|
- name: Make ci
|
|
run: make ci
|