Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Set Up Cloud Deployments #4

Set Up Cloud Deployments

Set Up Cloud Deployments #4

name: 'Check Version'
on:
pull_request:
branches:
- main
paths-ignore:
- 'packages/**'
- 'package*.json'
- 'tsconfig.base.json'
- 'babel.config.json'
- 'nx.json'
- 'workspace.json'
jobs:
check:
name: Check

Check failure on line 17 in .github/workflows/pull-request-version.skip.yml

View workflow run for this annotation

GitHub Actions / Check Version

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request-version.skip.yml (Line: 17, Col: 5): Required property is missing: runs-on
steps:
- run: 'echo "No version bump required"'