File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ name : autofix.ci # needed to securely identify the workflow
2+
3+ on :
4+ pull_request :
5+
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.ref }}
8+ cancel-in-progress : true
9+
10+ jobs :
11+ fix :
12+ name : Run automated fix
13+ uses : prettier/shared-workflows/.github/workflows/automated-fix.yml@main
14+ permissions : {}
15+ with :
16+ repository : prettier/prettier
Original file line number Diff line number Diff line change 4747 - run : yarn run test
4848 env :
4949 ENABLE_COVERAGE : 1
50- - uses : codecov/codecov-action@v4
50+ - uses : codecov/codecov-action@v5
5151 with :
52- token : ${{ secrets.CODECOV_TOKEN }}
5352 fail_ci_if_error : true
53+ disable_search : true
54+ files : coverage/lcov.info
55+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments