Skip to content

Configure Mend for GitHub Enterprise #15

Configure Mend for GitHub Enterprise

Configure Mend for GitHub Enterprise #15

Workflow file for this run

name: CI Build and Test for PR
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: check format
run: make check_format
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build and test
run: |
make docker_tests