Skip to content

feat: Memo current calc result to textarea. (#17) #21

feat: Memo current calc result to textarea. (#17)

feat: Memo current calc result to textarea. (#17) #21

Workflow file for this run

name: ESLint
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: Install ESLint
run: npm install
- name: ESLint
run: npm run lint