Skip to content

Add NXP IMX example project. #215

Add NXP IMX example project.

Add NXP IMX example project. #215

Workflow file for this run

name: shellcheck
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
Run-Pre-Commit:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install shellcheck
run: sudo apt-get install shellcheck
- name: Run shellcheck
run: shellcheck assets/*.sh