Skip to content

Change back to our domain URL #74

Change back to our domain URL

Change back to our domain URL #74

Workflow file for this run

name: Code style check
on: pull_request
jobs:
test_build:
name: Code style check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run code style check
run: npm run lint