Skip to content

Merge branch 'v1' of https://github.com/younesaassila/ttv-lol-pro int… #233

Merge branch 'v1' of https://github.com/younesaassila/ttv-lol-pro int…

Merge branch 'v1' of https://github.com/younesaassila/ttv-lol-pro int… #233

Workflow file for this run

name: "Build App"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Run Linter
run: npm run lint
- name: Build App
run: npm run build