Skip to content

fix: Too small font on phone by responsive design. (#40) #7

fix: Too small font on phone by responsive design. (#40)

fix: Too small font on phone by responsive design. (#40) #7

Workflow file for this run

name: lint
on:
pull_request:
jobs:
Validate:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 18
- name: ESLint
run: make -j eslint
- name: stylelint
run: make -j stylelint