Skip to content

better error messages #54

better error messages

better error messages #54

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Verify change files
on:
pull_request:
branches: ['main', 'develop']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Check for changes files
run: node common/scripts/install-run-rush.js change -v --no-fetch -b origin/$GITHUB_BASE_REF