Skip to content

feature/GW-1602/footer-refactor #52

feature/GW-1602/footer-refactor

feature/GW-1602/footer-refactor #52

name: Build Check
on:
pull_request:
branches:
- development
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: cd pwa && npm i
- name: Build
run: cd pwa && npm run build