Skip to content

Transition to 2024 #599

Transition to 2024

Transition to 2024 #599

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 .