Skip to content

Add Display Support #520

Add Display Support

Add Display Support #520

Workflow file for this run

name: Linting and Backwards-Compatibility Checks
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
if: success()
uses: actions/checkout@v1
with:
ref: master
- name: checkout-master
if: success()
run: git checkout master
- name: checkout
if: success()
uses: actions/checkout@v1
- name: make local
if: success()
run: make local