Skip to content

Added workflow to update icons #24

Added workflow to update icons

Added workflow to update icons #24

Workflow file for this run

name: Code Quality Check / Perform static analysis
on:
pull_request:
paths:
- '.github/workflows/lint.yml'
- '.swiftlint.yml'
- '**/*.swift'
concurrency:
# New commit on branch cancels running workflows of the same branch
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run SwiftLint
uses: norio-nomura/[email protected]