Skip to content

Replace token setup server URL with origin website presets #73

Replace token setup server URL with origin website presets

Replace token setup server URL with origin website presets #73

Workflow file for this run

name: CI
on:
push:
branches: ['master', 'development']
pull_request:
branches: ['master', 'development']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run format:check
- run: npm run test:unit -- --run
- run: npm run build