Skip to content

Update the argument type of outputs (#198) #442

Update the argument type of outputs (#198)

Update the argument type of outputs (#198) #442

Workflow file for this run

name: Format Descriptors
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write descriptors/**/*.json