Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

どう

どう #6

Workflow file for this run

name: Continuous Integration
on:
pull_request
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --check 'src/**/*.{ts,tsx,js,jsx,json}'
dry: true