Skip to content

Enable unneeded_throws_rethrows rule (#6335) #17

Enable unneeded_throws_rethrows rule (#6335)

Enable unneeded_throws_rethrows rule (#6335) #17

Workflow file for this run

name: Plugins Sync
on:
push:
branches:
- main
paths:
- 'Plugins/**'
workflow_dispatch:
permissions:
contents: read
jobs:
sync:
name: Sync Plugins Folder
runs-on: ubuntu-slim
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Run file sync
uses: BetaHuhn/repo-file-sync-action@8b92be3375cf1d1b0cd579af488a9255572e4619 # v1.21.1
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'