Skip to content

chore: add allcontribs #499

chore: add allcontribs

chore: add allcontribs #499

Workflow file for this run

name: Continous Integration
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
cache: 'yarn'
- name: Install Dependencies
run: yarn install --immutable
# Waiting for API key approval
# - name: Run Tests
# run: yarn coverage
- name: Build
run: yarn build