mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 09:59:20 +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@d800f7727e766e5fa7bc8c072abffa1de5deaa30 |