Skip to content

Start 2023 Wrapped (#231) #521

Start 2023 Wrapped (#231)

Start 2023 Wrapped (#231) #521

Workflow file for this run

name: CI-Frontend
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
cd frontend
yarn
- name: Run ESLint
run: |
cd frontend
yarn eslint .