Skip to content

6 kyu word a10n abbreviation #301

6 kyu word a10n abbreviation

6 kyu word a10n abbreviation #301

Workflow file for this run

name: Jest tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
container: node:14
steps:
- run: node --version
- run: npm --version
- uses: actions/checkout@v3
- run: npm install
- run: npm run testall
- uses: codecov/codecov-action@v3