mirror of
https://github.com/fmtlib/fmt.git
synced 2025-04-16 14:42:25 +00:00
Update lint.yml
This commit is contained in:
parent
92227c77a4
commit
ccea338070
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
||||||
if: failure() && steps.clang_format.outcome == 'failure'
|
if: failure() && steps.clang_format.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
|
github-token: ${{ secrets.KEY }}
|
||||||
script: |
|
script: |
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const patch = fs.readFileSync('fmt.patch', { encoding: 'utf8' });
|
const patch = fs.readFileSync('fmt.patch', { encoding: 'utf8' });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user