Skip to content

why does yaml exist

why does yaml exist #3

Workflow file for this run

name: Prettier Linting
on:
push:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionsx/prettier@v2
with:
args: --check .