Skip to content

Merge pull request #6 from distributed-lab/fix/typo-in-grammar #36

Merge pull request #6 from distributed-lab/fix/typo-in-grammar

Merge pull request #6 from distributed-lab/fix/typo-in-grammar #36

Workflow file for this run

name: "checks"
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: npm run test