Skip to content

fix(home): shorten meetup link (#53) #60

fix(home): shorten meetup link (#53)

fix(home): shorten meetup link (#53) #60

Workflow file for this run

name: CI
on:
push:
branches: [main, next]
pull_request:
branches: [main, next]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i
- run: npm run lint