Skip to content

Implements the GitHub Action #1

Implements the GitHub Action

Implements the GitHub Action #1

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Yarn
uses: ./
- name: Check that running Yarn works
run: yarn switch --version