windows/.github/workflows/pull-request.yaml

14 lines
224 B
YAML

name: CI-pullrequest
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: rancher/dapper:v0.5.4
steps:
- uses: actions/checkout@v1
- name: Run CI
run: dapper ci