Skip to content

Improve display of nonprinting characters #63

Improve display of nonprinting characters

Improve display of nonprinting characters #63

Workflow file for this run

name: Run Tests
on: [push, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '17.x'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Test
run: yarn test
timeout-minutes: 1