Skip to content

Update GitHub Actions workflows to latest (#34) #169

Update GitHub Actions workflows to latest (#34)

Update GitHub Actions workflows to latest (#34) #169

Workflow file for this run

name: Run SwiftLint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1