Skip to content

Commit fd02465

Browse files
committed
this
1 parent 6b9acd7 commit fd02465

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,19 @@ jobs:
3333
- name: Run prettier with actionsx/prettier
3434
uses: actionsx/prettier@v2
3535
with:
36-
args: --check .
36+
args: --write --loglevel=warn .
3737

3838
- name: tell me what's wrong
3939
if: always()
4040
run: git status && git diff
4141

42+
- name: Upload file
43+
if: always()
44+
uses: actions/upload-artifact@v3
45+
with:
46+
name: golden-ticket
47+
path: docs/guide.md
48+
4249
doctoc:
4350
name: Doctoc markdown files
4451
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)