Remove errant file

This commit is contained in:
Melissa LeBlanc-Williams 2021-01-11 10:19:34 -08:00
parent 93de5588b1
commit 2d66156b11

View file

@ -1,15 +0,0 @@
# We should have some check that runs on all .md files inside boards
# and one that runs on all .md files inside of blinka
name: Board Check
on: pull_request
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: calibreapp/image-actions
uses: docker://calibreapp/github-image-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}