Skip to content

Make run_ad return timings for both primal and gradient (#1009) #4108

Make run_ad return timings for both primal and gradient (#1009)

Make run_ad return timings for both primal and gradient (#1009) #4108

Workflow file for this run

name: Format
on:
push:
branches:
- main
pull_request:
merge_group:
types: [checks_requested]
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Format code
uses: TuringLang/actions/Format@main