Skip to content

TesSuiteHelper

TesSuiteHelper #585

Workflow file for this run

name: Prettier
on:
merge_group:
types: [checks_requested]
pull_request:
permissions:
contents: read
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
# This is important to fetch the changes to the previous commit
fetch-depth: 0
- name: Prettify code
uses: creyD/prettier_action@v4.6
with:
prettier_options: -c .
only_changed: true
test:
runs-on: ubuntu-latest
steps:
- name: placeholder
run: echo OK