Skip to content

[2024-06-14] 職務経歴書更新 #20

[2024-06-14] 職務経歴書更新

[2024-06-14] 職務経歴書更新 #20

Workflow file for this run

name: lint text
on:
pull_request
jobs:
build:
name: lint text
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- name: lint text
run: npm run lint