Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Apr 17, 2024
1 parent a124bf7 commit ef8d2b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ on:

jobs:
format:
name: Code Style
runs-on: macos-14
steps:
- name: Install tools
run: brew install swiftlint

- name: Checkout maplibre-swiftui-dsl-playground
- name: Checkout
uses: actions/checkout@v4

- name: Check format
run: swiftlint lint . --reporter github-actions-logging

test:
name: Build and Test using Xcode 15.3 on iPhone 15 Pro
name: Build and Test
runs-on: macos-14
steps:
- name: Install tools
Expand Down

0 comments on commit ef8d2b3

Please sign in to comment.