Skip to content

Add Predictive Modeling page and update settings #23

Add Predictive Modeling page and update settings

Add Predictive Modeling page and update settings #23

Workflow file for this run

name: Lint
on:
push:
paths:
- 'frontend/**/*'
- 'backend/**/*'
- '.github/workflows/lint.yml'
branches:
- main
pull_request:
paths:
- 'frontend/**/*'
- 'backend/**/*'
- '.github/workflows/lint.yml'
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/eslint
with:
working-directory: ./backend
category: backend
- uses: ./.github/actions/eslint
with:
working-directory: ./frontend
category: frontend