Skip to content

add action to check locale keys presence #13

add action to check locale keys presence

add action to check locale keys presence #13

name: check_node_module
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
env:
CI: false
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.12.2]
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run builddev