Skip to content

chore(deps): bump daisyui from 3.7.3 to 3.9.3 in /frontend #52

chore(deps): bump daisyui from 3.7.3 to 3.9.3 in /frontend

chore(deps): bump daisyui from 3.7.3 to 3.9.3 in /frontend #52

name: Build and Lint frontend
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
working-directory: frontend
- run: yarn build
working-directory: frontend