Skip to content

Update command-line-args to v6.0.1 #31

Update command-line-args to v6.0.1

Update command-line-args to v6.0.1 #31

Workflow file for this run

---
name: "Prettier"
on:
pull_request:
jobs:
prettier:
name: "Prettier"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4.2.2
- name: "Prettier check"
uses: creyD/prettier_action@v4.3
with:
prettier_options: "--check ."