Skip to content

chore(.github): create a folder .github and dockerfile #5

chore(.github): create a folder .github and dockerfile

chore(.github): create a folder .github and dockerfile #5

Workflow file for this run

name: Tests
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Установка зависимостей
uses: actions/setup-node@v3
with:
node-version: 18
- name: Установка зависимостей
run: npm install
- name: Сборка проекта
run: npm run build