Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-divyesh-v authored Dec 23, 2023
1 parent 0e56be9 commit 5e5f129
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/github-actions-dev-ops-practical-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: GitHub Actions DevOpsPractical23
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
Swiftlint:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- name: Lint rule checks
run: |
arch -x86_64 pod install --repo-update
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 }}."
Expand Down

0 comments on commit 5e5f129

Please sign in to comment.