Skip to content

[IMP] Separate Smooth Scrolling into Separate Import #5

[IMP] Separate Smooth Scrolling into Separate Import

[IMP] Separate Smooth Scrolling into Separate Import #5

Workflow file for this run

name: On PR To Main Branch
on:
pull_request:
types:
- opened
- synchronize
branches:
- main
jobs:
checks:
name: Code Checks
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Prep Project
uses: ./.github/composite-actions/node-setup-ubuntu
- name: Code Checks
uses: ./.github/composite-actions/code-checks