Remove errant file
This commit is contained in:
parent
93de5588b1
commit
2d66156b11
1 changed files with 0 additions and 15 deletions
15
.github/workflows/board_check.yml
vendored
15
.github/workflows/board_check.yml
vendored
|
|
@ -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 }}
|
||||
Loading…
Reference in a new issue