tinyramfs/.github/workflows/lint.yml

13 lines
178 B
YAML
Raw Normal View History

2021-08-04 22:40:58 +05:30
name: lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: shellcheck hook/*/* lib/* tinyramfs