Skip to content

Update actions/checkout action to v4 #201

Update actions/checkout action to v4

Update actions/checkout action to v4 #201

Workflow file for this run

name: Windows Compiler 🏁

Check failure on line 1 in .github/workflows/Window.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Window.yml

Invalid workflow file

`pull-request` is not a valid event name
on:
push:
branches:
- main
- master
pull-request:
branches:
- main
- master
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
yarn-version: [16]
steps:
- uses: actions/checkout@v4
- name: Yarn 🧶
run: |
yarn
- name: Typescript Builder 🏗️
run: |
yarn build
- name: Typescript Compiler 🔨
run: |
yarn compile