Skip to content

Commit

Permalink
Create code-quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kru42 authored Oct 1, 2024
1 parent 7094bd9 commit 85d2539
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Code quality

on:
pull_request:
branches:
- main
push:
branches:
-main

jobs:
lint-test:
runs-on: macos-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]

0 comments on commit 85d2539

Please sign in to comment.