Skip to content

Bump classnames from 2.3.1 to 2.3.2 #5

Bump classnames from 2.3.1 to 2.3.2

Bump classnames from 2.3.1 to 2.3.2 #5

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run test