⚡️ Speed up function _add_timing_instrumentation by 103% in PR #1693 (fix/java/object-cast-type)
#806
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Lint | |
| on: [pull_request] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref_name }} | |
| cancel-in-progress: true | |
| jobs: | |
| prek: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - uses: astral-sh/setup-uv@v6 | |
| - uses: j178/prek-action@v1 | |
| with: | |
| extra-args: '--from-ref origin/${{ github.base_ref }} --to-ref ${{ github.sha }}' |