Skip to content

Remix Website design revamp and unification #52

Remix Website design revamp and unification

Remix Website design revamp and unification #52

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install dependencies
run: npm install
- name: Test if the build runs successfully
run: npm run build