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

Emakiが将来どうなるかのスケッチを追加 #63

Emakiが将来どうなるかのスケッチを追加

Emakiが将来どうなるかのスケッチを追加 #63

Workflow file for this run

name: lint
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
defaults:
run:
shell: nu {0}
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: hustcer/setup-nu@v3.6
with:
version: "0.85.0"
- uses: actions/checkout@v4.0.0
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- name: npm install
run: npm install
- name: check format with prettier
run: npm run format-check