Skip to content

Environment and Structure setup #8

Environment and Structure setup

Environment and Structure setup #8

Workflow file for this run

name: CI
# This action works with pull requests and pushes
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/node-setup
- name: Test
run: yarn test:all