Skip to content

Change serebit.com to serebit.dev for Teams page #83

Change serebit.com to serebit.dev for Teams page

Change serebit.com to serebit.dev for Teams page #83

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies for build validation
run: yarn
- name: Perform build validation
run: yarn build
- name: Perform linting
run: yarn lint