Skip to content

Fixed text area height and unnecessary text #7

Fixed text area height and unnecessary text

Fixed text area height and unnecessary text #7

Workflow file for this run

name: json-yaml-build-test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build
- name: Run Cypress tests
run: npm run test