Skip to content

Commit

Permalink
adding pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cuotos committed Nov 21, 2023
1 parent 3a4b985 commit 0b9af0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build

on: push

jobs:
Job1:
runs-on: [arc-runner-set]
steps:
- uses: actions/checkout@v3
- run: ls -lart

0 comments on commit 0b9af0f

Please sign in to comment.