Skip to content

changing in the privaty and terms line #540

changing in the privaty and terms line

changing in the privaty and terms line #540

Workflow file for this run

name: Verify
on:
workflow_call:
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm run lint