Skip to content

Strong hover effect #304

Strong hover effect

Strong hover effect #304

Workflow file for this run

name: Check code formatting, run unit tests, etc
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install javascript modules
run: npm install
- name: Check code formatting
run: npm run check-pretty
- name: Run tests
run: npm run test