From d3cc43941e28a01623916071b7adb02535900760 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 20:52:50 +0000 Subject: [PATCH 1/2] Initial plan From 8b829f36f2999373e985e47a4096ad456ae950f2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 20:57:32 +0000 Subject: [PATCH 2/2] Add compilation of workflows in .github/workflows directory Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 605f468..6dae640 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,11 @@ jobs: run: gh aw --version env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Compile workflows + - name: Compile workflows in .github/workflows + run: gh aw compile --verbose + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Compile workflows in workflows directory run: gh aw compile --workflows-dir workflows --verbose env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}