Skip to content

remove env var from image, to allow other to use easily (#1207) #165

remove env var from image, to allow other to use easily (#1207)

remove env var from image, to allow other to use easily (#1207) #165

Workflow file for this run

name: Checks
on:
pull_request:
push:
branches:
- main
jobs:
spellcheck:
name: Check Spelling
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm install -g cspell
- run: cd javascript && cspell .