Skip to content

feat(HeroBanner): add HeroBanner component and add to HomePage #43

feat(HeroBanner): add HeroBanner component and add to HomePage

feat(HeroBanner): add HeroBanner component and add to HomePage #43

Workflow file for this run

name: Check Commits
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Lint
run: |
npm install
npm run lint