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

Added ukrainian language (#49) #50

Added ukrainian language (#49)

Added ukrainian language (#49) #50

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: build
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm ci
- name: build
run: |
npm run lint
npm run build