We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f455df9 commit c9285ceCopy full SHA for c9285ce
.github/workflows/pull_request.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Check out code
16
uses: actions/checkout@v4
17
+ with:
18
+ token: ${{ secrets.GITHUB_TOKEN }}
19
20
- name: Run stylua
21
uses: JohnnyMorganz/stylua-action@v4
0 commit comments