mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
13 lines
240 B
YAML
13 lines
240 B
YAML
name: Lint apps
|
|
|
|
on:
|
|
pull_request_target:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
lint-apps:
|
|
name: Lint apps
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: sharknoon/umbrel-app-linter-action@ee880152a232989d6bdd24ba6e27dfc58816d8a2 |