Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #1 from valantic/fix/sidebar-scroll #3

Merge pull request #1 from valantic/fix/sidebar-scroll

Merge pull request #1 from valantic/fix/sidebar-scroll #3

Workflow file for this run

name: 🚀 Test project on push
on:
push:
branches: ['main']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
- name: Install FE Node.js
uses: actions/setup-node@v2
with:
node-version: '22'
- name: 🔨Build Project
run: |
npm ci
npm run test