Skip to content

feat(ourContacts): create responsive contact section with social link… #56

feat(ourContacts): create responsive contact section with social link…

feat(ourContacts): create responsive contact section with social link… #56

Workflow file for this run

name: CI - Linting
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- '**'
jobs:
lint:
name: Linting ✨
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- name: Clean install dependencies
run: npm ci --ignore-scripts
- name: Lint
run: npm run lint