Skip to content

feat: add custom sparkle updater. #447

feat: add custom sparkle updater.

feat: add custom sparkle updater. #447

Workflow file for this run

name: SwiftLint

Check failure on line 1 in .github/workflows/swiftlint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/swiftlint.yml

Invalid workflow file

you may only define one of `paths` and `paths-ignore` for a single event
concurrency:
group: pr-checks-${{ github.event.number }}
cancel-in-progress: true
on:
push:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
paths-ignore:
- '/Localizable.xcstrings'
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1