Add disney
movies
#14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |