Skip to content

Fixed UI Issues in header #220

Fixed UI Issues in header

Fixed UI Issues in header #220

Workflow file for this run

# File: .github/workflows/lint.yml
name: Lint React App
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint