Skip to content

Fix for stock upgradability on Plus Models; Github Workflow #41

Fix for stock upgradability on Plus Models; Github Workflow

Fix for stock upgradability on Plus Models; Github Workflow #41

Workflow file for this run

name: check format
on:
push:
pull_request:
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check formatting
run: make check-format