Skip to content

Update Custom.css

Update Custom.css #85

Workflow file for this run

name: Check and build PR
on:
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'yarn'
- run: yarn install
- run: yarn check
- name: Build
run: yarn build