Skip to content

added functionality that makes favourites update the history log #153

added functionality that makes favourites update the history log

added functionality that makes favourites update the history log #153

name: Frontend Successfully Builds
on:
pull_request:
branches: [main]
env:
DATABASE_URL: postgresql://postgres:password123@localhost:5432/literalingo
OPENAI_API_KEY: 1
NEXTAUTH_URL: http://localhost:3000
NEXTAUTH_SECRET: TZKSdGjE8j1DNLjQNUalo8gOzpJmVKiGsE9LdXRVVzM=
GOOGLE_CLIENT_ID: e
GOOGLE_CLIENT_SECRET: e
DISCORD_CLIENT_ID: e
DISCORD_CLIENT_SECRET: e
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@v3
with:
# make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build