Skip to content

Initial implementation of oa42 client and server #9

Initial implementation of oa42 client and server

Initial implementation of oa42 client and server #9

Workflow file for this run

on:
pull_request: {}
jobs:
formatting:
runs-on: ubuntu-latest
container: node:20.9-alpine3.17
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run formatting
spelling:
runs-on: ubuntu-latest
container: node:20.9-alpine3.17
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run spelling