Skip to content

add หมออนามัย - ปอยฝ้าย มาลัยพร #223

add หมออนามัย - ปอยฝ้าย มาลัยพร

add หมออนามัย - ปอยฝ้าย มาลัยพร #223

Workflow file for this run

name: Check Format
on:
pull_request:
paths:
- "README.md"
push:
paths:
- "README.md"
jobs:
formats:
name: Check Format
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn run build:ci
- name: Run Check Format
run: yarn run test:format