Skip to content

Add logo for acm-fun (#56) #29

Add logo for acm-fun (#56)

Add logo for acm-fun (#56) #29

Workflow file for this run

name: vercel deployment
on: [push]
jobs:
eslint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{matrix.node_version}}
cache: 'npm'
- name: Install Packages
run: npm i
- name: Build and Bundle
run: CI=false npm run build