Skip to content

Update GitHub Actions workflows to latest #163

Update GitHub Actions workflows to latest

Update GitHub Actions workflows to latest #163

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/[email protected]