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.
tombi.yaml
1 parent 1e93fc0 commit 1226792Copy full SHA for 1226792
.github/workflows/tombi.yaml
@@ -22,6 +22,8 @@ jobs:
22
uses: actions/checkout@v6
23
- name: Setup Tombi
24
uses: tombi-toml/[email protected]
25
+ env:
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
- name: Run formatter in check mode
28
run: tombi format --check
29
- name: Run linter
0 commit comments