Skip to content

Commit 8b93be9

Browse files
Copilotpelikhan
andauthored
Add .github/workflows/ci.yml with gh-aw-actions setup-cli and compile step
Agent-Logs-Url: https://github.com/githubnext/agentic-ops/sessions/e78e227c-f090-491f-988f-1e136b2e6a8e Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent d87fd59 commit 8b93be9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
compile:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
13+
- name: Set up gh-aw CLI
14+
uses: github/gh-aw-actions/setup-cli@v1
15+
with:
16+
gh_token: ${{ secrets.GITHUB_TOKEN }}
17+
18+
- name: Compile workflows
19+
run: gh aw compile workflows/
20+
env:
21+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)