mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 11:14:41 +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
|
||||
if: failure() && steps.clang_format.outcome == 'failure'
|
||||
with:
|
||||
github-token: ${{ secrets.KEY }}
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
const patch = fs.readFileSync('fmt.patch', { encoding: 'utf8' });
|
||||
|
Loading…
Reference in New Issue
Block a user