Skip to content

Merge branch 'main' of github.com:retutch/tutch into main #74

Merge branch 'main' of github.com:retutch/tutch into main

Merge branch 'main' of github.com:retutch/tutch into main #74

Workflow file for this run

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