mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
0c7404b6df
Co-authored-by: nmfretz <nmfretz@gmail.com>
14 lines
200 B
YAML
14 lines
200 B
YAML
name: Lint apps
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
lint-apps:
|
|
name: Lint apps
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: sharknoon/umbrel-app-linter-action@v1.1.8
|