Skip to content

[release/9.0.1xx] Update Hot Restart Client to 17.14.83-g77e8f56103 #12486

[release/9.0.1xx] Update Hot Restart Client to 17.14.83-g77e8f56103

[release/9.0.1xx] Update Hot Restart Client to 17.14.83-g77e8f56103 #12486

Workflow file for this run

name: Autoformat code
on: pull_request
# This action only need a single permission in order to autoformat the code.
permissions:
contents: read
jobs:
autoformat-code:
name: Autoformat code
runs-on: ubuntu-latest
steps:
- name: 'Autoformat'
uses: rolfbjarne/[email protected]
with:
script: ./tools/autoformat.sh
git_user_email: '[email protected]'
git_user_name: 'GitHub Actions Autoformatter'