Skip to content

Commit

Permalink
chore: Update swiftlint to 0.53.0 (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Oct 26, 2023
1 parent 5366bfc commit 8d8baca
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,19 @@ on:
pull_request:
workflow_dispatch:

env:
PACKAGE_NAME: aws-sdk-swift

jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Lint ${{ env.PACKAGE_NAME }}
- name: Lint smithy-aws-swift-codegen
run: ./gradlew ktlint

swiftlint:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:0.52.3
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
image: ghcr.io/realm/swiftlint:0.53.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit 8d8baca

Please sign in to comment.