mirror of
https://github.com/fmtlib/fmt.git
synced 2026-05-03 19:30:47 +02:00
Update lint.yml
This commit is contained in:
@@ -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' });
|
||||
|
||||
Reference in New Issue
Block a user