Browse Source

Pin app linter action to specific commit hash and update workflow

main
nmfretz 6 months ago
parent
commit
757df3f4f5
  1. 6
      .github/workflows/lint-apps.yml

6
.github/workflows/lint-apps.yml

@ -4,14 +4,10 @@ on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
lint-apps:
name: Lint apps
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: sharknoon/umbrel-app-linter-action@v1.1.8
- uses: sharknoon/umbrel-app-linter-action@0e2fb2038f8fd2e839887b232f6310fc6bc0edf4

Loading…
Cancel
Save