Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Create CODE_OF_CONDUCT.md #8

Create CODE_OF_CONDUCT.md

Create CODE_OF_CONDUCT.md #8

name: Frontend Code Integration
on:
push:
branches:
- main
jobs:
build:
name: Run the frontend test suite
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Run the tests
run: make ui_test