Skip to content

Merge branch 'main' of https://github.com/oszuidwest/rpi-umpx-decoder #136

Merge branch 'main' of https://github.com/oszuidwest/rpi-umpx-decoder

Merge branch 'main' of https://github.com/oszuidwest/rpi-umpx-decoder #136

Workflow file for this run

name: linter
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Run ShellCheck
uses: azohra/shell-linter@latest