Skip to content

feat(about): Add club photo to About page #20

feat(about): Add club photo to About page

feat(about): Add club photo to About page #20

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint