Skip to content

Commit

Permalink
Workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Oct 25, 2023
1 parent 36b4ed1 commit fb2ec90
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 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.53.0
#credentials:
#username: ${{ github.actor }}
#password: ${{ secrets.github_token }}
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit fb2ec90

Please sign in to comment.