Skip to content

SPI HAL driver

SPI HAL driver #100

Workflow file for this run

name: Auto Format Documentation
on:
pull_request:
branches: [ master ]
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}