Skip to content

Commit

Permalink
setting up github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalan-dev-engineer committed Aug 3, 2024
1 parent 75bcfc9 commit a6f86aa
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: CLI Pipeline

on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
types:
- opened
- edited
- reopened
- synchronize
permissions:
contents: read
packages: read
jobs:
checkout-and-setup:
name: ". Checkout and Setup"
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0


0 comments on commit a6f86aa

Please sign in to comment.