Skip to content

Commit

Permalink
Update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-divyesh-v authored Dec 30, 2023
1 parent 515c64c commit 6ce16e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-dev-ops-practical-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ run-name: Build and test DevOpsPractical23
on: [push]
jobs:
test:
name: Swiftlint checks
name: Swiftlint
runs-on: macOS-latest
steps:
run: |
run:
ls -al
sudo gem install cocoapods
pod install --repo-update
Expand Down

0 comments on commit 6ce16e1

Please sign in to comment.