Skip to content

CBP-37 - Refactor Navbar And Spacing #60

CBP-37 - Refactor Navbar And Spacing

CBP-37 - Refactor Navbar And Spacing #60

name: Release Candidate Validation
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-candidate-validation:
name: checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Compile
run: npm run compile