Skip to content

feat: add animal names #23

feat: add animal names

feat: add animal names #23

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
run: npm install
- name: Test
run: npm run test
- name: Lint
run: npm run lint