Skip to content

Commit

Permalink
Use the swift docker image to run format check.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Aug 21, 2023
1 parent 0847d7f commit 1eb2686
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
build:
name: Format check
runs-on: ubuntu-latest
container: swift:5.8
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -35,11 +36,6 @@ jobs:
- run: git config --global core.autocrlf input

- name: Setup swift
uses: slashmo/[email protected]
with:
version: 5.8

- name: Swift version
run: swift --version

Expand Down

0 comments on commit 1eb2686

Please sign in to comment.