Skip to content

Commit

Permalink
Change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Dec 3, 2023
1 parent 64c11e5 commit a534f2a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/Path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
- '5'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ matrix.swift-version }}
- name: Install asdf & tools
uses: asdf-vm/actions/install@v2
- name: Build
run: tuist build
- uses: actions/checkout@v4
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ matrix.swift-version }}
- name: Install asdf & tools
uses: asdf-vm/actions/install@v2
- name: Build
run: tuist build
lint:
name: Lint
defaults:
Expand All @@ -107,11 +107,11 @@ jobs:
- '5'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ matrix.swift-version }}
- name: Install asdf & tools
uses: asdf-vm/actions/install@v2
- name: Lint
run: workspace/lint
- uses: actions/checkout@v4
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ matrix.swift-version }}
- name: Install asdf & tools
uses: asdf-vm/actions/install@v2
- name: Lint
run: workspace/lint

0 comments on commit a534f2a

Please sign in to comment.