Skip to content

Requires admin approval for users to add new words, fix bugs, and add get started in readme.md #17

Requires admin approval for users to add new words, fix bugs, and add get started in readme.md

Requires admin approval for users to add new words, fix bugs, and add get started in readme.md #17

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Dependencies
run: npm install
- name: Run Linting
run: npm run lint