Skip to content

feat: added an option to show the power state icon (lightning or powe… #933

feat: added an option to show the power state icon (lightning or powe…

feat: added an option to show the power state icon (lightning or powe… #933

Workflow file for this run

name: Linter
on:
push:
paths:
- '.github/workflows/linter.yaml'
- '.swiftlint.yml'
- '**/*.swift'
pull_request:
paths:
- '.github/workflows/linter.yaml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: norio-nomura/[email protected]