Skip to content

Merge pull request #208 from glassmonkey/dependabot/npm_and_yarn/fram… #330

Merge pull request #208 from glassmonkey/dependabot/npm_and_yarn/fram…

Merge pull request #208 from glassmonkey/dependabot/npm_and_yarn/fram… #330

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.0
cache: 'npm'
- run: npm ci
- run: make lint
- run: make test-ci
env:
LANG: ja_JP.UTF-8