Skip to content

Support linting only provided file paths with command plugins (#5879) #9

Support linting only provided file paths with command plugins (#5879)

Support linting only provided file paths with command plugins (#5879) #9

Workflow file for this run

name: Plugins Sync
on:
push:
branches:
- main
paths:
- 'Plugins/**'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run file sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.SIMPLYDANNY_PLUGINS_SYNC }}
IS_FINE_GRAINED: true
CONFIG_PATH: .github/plugins-sync.yml
SKIP_PR: true
COMMIT_PREFIX: 🔄 Workflow in 'realm/SwiftLint'