diff --git a/.github/workflows/github-actions-dev-ops-practical-23.yml b/.github/workflows/github-actions-dev-ops-practical-23.yml index 688fe67..af9dbc0 100644 --- a/.github/workflows/github-actions-dev-ops-practical-23.yml +++ b/.github/workflows/github-actions-dev-ops-practical-23.yml @@ -9,7 +9,10 @@ jobs: - run: | sudo gem install cocoapods pod install --repo-update + ls + pwd Pods/SwiftLint/swiftlint DevOpsPractical24 + # - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." # - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" # - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."