Skip to content

refactor: workflows

refactor: workflows #1

Workflow file for this run

name: Prettier
on:
push:
branches: main
paths:
- ".github/workflows/*.yml"
jobs:
maintainance:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prettier
uses: actionsx/prettier@v3
with:
args: --write "${{ github.workspace }}/.github/workflows/*.yml" "${{ github.workspace }}/CommonLibSF/*.json"