Skip to content

Add disney movies

Add disney movies #15

Workflow file for this run

name: PR Checker
on:
pull_request:
branches:
- "dev"
workflow_dispatch:
jobs:
typescript:
name: 🔨 TypeScript Checker
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: ⤵️ Checkout "dev"
uses: actions/checkout@v3
- name: 🛠️ Install Dependencies
run: |
yarn install
- name: ⏳ Trying to build...
run: |
yarn build