Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

translation adjustments #3

translation adjustments

translation adjustments #3

Workflow file for this run

name: npm CI
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
merge_group:
types: [checks_requested]
jobs:
ci:
name: npm CI
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Test
run: node test.js