Skip to content

ROCm/HIP

ROCm/HIP #4

Workflow file for this run

name: 'Format with Prettier'
on:
pull_request:
branches: [master]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prettify code
uses: creyD/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
prettier_options: --write **/*.{md,mdx}
only_changed: True