Skip to content

Merge branch 'dev' into feat/git-hooks #31

Merge branch 'dev' into feat/git-hooks

Merge branch 'dev' into feat/git-hooks #31

Workflow file for this run

# name: Build on Pull Request
# on:
# pull_request:
# branches:
# - dev
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v3
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: "18"
# - name: Install dependencies
# run: npm install -f
# - name: Build the project
# env:
# CI: false
# run: npm run build