Skip to content

feat(functions): a new function to convert symbols to string (without… #40

feat(functions): a new function to convert symbols to string (without…

feat(functions): a new function to convert symbols to string (without… #40

name: on-commit-build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node version
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Installing project dependencies
run: npm install
- name: Build the code
run: npm start build
env:
CI: true