Skip to content

Update some competition terminology to be more generic #30

Update some competition terminology to be more generic

Update some competition terminology to be more generic #30

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install
run: yarn install
- name: Spellcheck
run: yarn run cspell