Skip to content

chore: Use an <Entry> component in quotes #11

chore: Use an <Entry> component in quotes

chore: Use an <Entry> component in quotes #11

Workflow file for this run

name: Validity
on:
push:
branches: [ main ]
paths-ignore:
- 'LICENSE'
- 'README.md'
pull_request:
branches: [ main, dev ]
paths-ignore:
- 'LICENSE'
- 'README.md'
jobs:
test:
strategy:
matrix:
node-version: [16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test