From ac93a052c4ddad6701d2afda4635712b46d4a091 Mon Sep 17 00:00:00 2001 From: Divyesh Canopas <83937721+cp-divyesh-v@users.noreply.github.com> Date: Sat, 30 Dec 2023 09:36:45 +0530 Subject: [PATCH] Update github-actions-dev-ops-practical-23.yml --- .github/workflows/github-actions-dev-ops-practical-23.yml | 3 +++ 1 file changed, 3 insertions(+) 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 }}."