Skip to content

Commit

Permalink
Use latest swift-format in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbeni committed Oct 22, 2024
1 parent 2a687a7 commit fc0f1eb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@ on:
jobs:
swift-format:
runs-on: ubuntu-latest
container:
image: swift:5.8
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run action with version
uses: ./
with:
url: https://github.com/apple/swift-format
version: '^508.0.1'
url: https://github.com/swiftlang/swift-format
version: '*'
- name: Test tool in path
run: |
echo "class Test {}" > ./test.swift
swift-format ./test.swift
swift-format lint ./test.swift
sourcery:
runs-on: macos-latest
Expand Down

0 comments on commit fc0f1eb

Please sign in to comment.